org.apache.lucene.store.db
public class DbLock extends Lock
Lock is
trivial as DbDirectory operations are managed by the Berkeley DB
locking system.
| Constructor Summary | |
|---|---|
| DbLock() | |
| Method Summary | |
|---|---|
| boolean | isLocked() |
| boolean | obtain() |
| void | release() |