Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Class and Description |
---|---|
class |
NativeFSLockFactory
Implements
LockFactory using native OS file
locks. |
class |
SimpleFSLockFactory
Implements
LockFactory using Files.createFile(java.nio.file.Path, java.nio.file.attribute.FileAttribute<?>...) . |
Modifier and Type | Method and Description |
---|---|
static FSLockFactory |
FSLockFactory.getDefault()
Returns the default locking implementation for this platform.
|
private static FSLockFactory |
LockStressTest.getNewLockFactory(java.lang.String lockFactoryClassName) |