Class FDBDirectoryLockFactory.FDBDirectoryLock
java.lang.Object
org.apache.lucene.store.Lock
com.apple.foundationdb.record.lucene.directory.FDBDirectoryLockFactory.FDBDirectoryLock
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- FDBDirectoryLockFactory
protected static class FDBDirectoryLockFactory.FDBDirectoryLock
extends org.apache.lucene.store.Lock
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidprotected voidvoidfileLockSet(boolean isHeartbeat) toString()
-
Method Details
-
ensureValid
- Specified by:
ensureValidin classorg.apache.lucene.store.Lock- Throws:
IOException
-
fileLockSet
public void fileLockSet(boolean isHeartbeat) -
fileLockClearIfLocked
protected void fileLockClearIfLocked() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classorg.apache.lucene.store.Lock- Throws:
IOException
-
toString
-