Uses of Class
org.apache.lucene.store.FSLockFactory
-
Packages that use FSLockFactory Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of FSLockFactory in org.apache.lucene.store
Subclasses of FSLockFactory in org.apache.lucene.store Modifier and Type Class Description class
NativeFSLockFactory
ImplementsLockFactory
using native OS file locks.class
SimpleFSLockFactory
ImplementsLockFactory
usingFiles.createFile(java.nio.file.Path, java.nio.file.attribute.FileAttribute<?>...)
.Methods in org.apache.lucene.store that return FSLockFactory Modifier and Type Method Description static FSLockFactory
FSLockFactory. getDefault()
Returns the default locking implementation for this platform.private static FSLockFactory
LockStressTest. getNewLockFactory(java.lang.String lockFactoryClassName)
-