org.apache.lucene.store.je
Class JELock
java.lang.Object
org.apache.lucene.store.Lock
org.apache.lucene.store.je.JELock
public class JELock
- extends Lock
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
- Author:
- Aaron Donovan
Nested classes/interfaces inherited from class org.apache.lucene.store.Lock |
Lock.With |
Methods inherited from class org.apache.lucene.store.Lock |
obtain |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JELock
public JELock()
obtain
public boolean obtain()
- Specified by:
obtain
in class Lock
release
public void release()
- Specified by:
release
in class Lock
isLocked
public boolean isLocked()
- Specified by:
isLocked
in class Lock
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.