Uses of Class
org.apache.lucene.store.Lock
-
Packages that use Lock Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of Lock in org.apache.lucene.store
Methods in org.apache.lucene.store that return Lock Modifier and Type Method Description LockBaseDirectory. makeLock(String name)LockCompoundFileDirectory. makeLock(String name)Not implementedabstract LockDirectory. makeLock(String name)Construct aLock.LockFilterDirectory. makeLock(String name)abstract LockLockFactory. makeLock(String lockName)Return a new Lock instance identified by lockName.LockNativeFSLockFactory. makeLock(String lockName)LockNoLockFactory. makeLock(String lockName)LockNRTCachingDirectory. makeLock(String name)LockSimpleFSLockFactory. makeLock(String lockName)LockSingleInstanceLockFactory. makeLock(String lockName)LockVerifyingLockFactory. makeLock(String lockName)Constructors in org.apache.lucene.store with parameters of type Lock Constructor Description With(Lock lock, long lockWaitTimeout)Constructs an executor that will grab the named lock.
-