Class ZooQueueLock
- java.lang.Object
-
- org.apache.accumulo.fate.zookeeper.ZooQueueLock
-
- org.apache.accumulo.server.zookeeper.ZooQueueLock
-
- All Implemented Interfaces:
DistributedReadWriteLock.QueueLock
public class ZooQueueLock extends ZooQueueLock
-
-
Constructor Summary
Constructors Constructor Description ZooQueueLock(String path, boolean ephemeral)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
-
Methods inherited from class org.apache.accumulo.fate.zookeeper.ZooQueueLock
addEntry, getEarlierEntries, removeEntry
-
-
-
-
Constructor Detail
-
ZooQueueLock
public ZooQueueLock(String path, boolean ephemeral) throws org.apache.zookeeper.KeeperException, InterruptedException
- Throws:
org.apache.zookeeper.KeeperException
InterruptedException
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException, org.apache.zookeeper.KeeperException
- Throws:
InterruptedException
org.apache.zookeeper.KeeperException
-
-