Uses of Class
org.apache.lucene.store.Lock
-
Packages that use Lock Package Description org.apache.lucene.index org.apache.lucene.store -
-
Uses of Lock in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type Lock Constructor Description CheckIndex(Directory dir, Lock writeLock)Expert: create a directory with the specified lock. -
Uses of Lock in org.apache.lucene.store
Methods in org.apache.lucene.store that return Lock Modifier and Type Method Description protected abstract LockFSLockFactory. obtainFSLock(FSDirectory dir, String lockName)Implement this method to obtain a lock for a FSDirectory instance.protected LockNativeFSLockFactory. obtainFSLock(FSDirectory dir, String lockName)protected LockSimpleFSLockFactory. obtainFSLock(FSDirectory dir, String lockName)LockBaseDirectory. obtainLock(String name)abstract LockDirectory. obtainLock(String name)Acquires and returns aLockfor a file with the given name.LockFileSwitchDirectory. obtainLock(String name)LockFilterDirectory. obtainLock(String name)LockFSLockFactory. obtainLock(Directory dir, String lockName)abstract LockLockFactory. obtainLock(Directory dir, String lockName)Return a new obtained Lock instance identified by lockName.LockNoLockFactory. obtainLock(Directory dir, String lockName)LockSingleInstanceLockFactory. obtainLock(Directory dir, String lockName)Constructors in org.apache.lucene.store with parameters of type Lock Constructor Description LockValidatingDirectoryWrapper(Directory in, Lock writeLock)
-