org.apache.accumulo.server.zookeeper
Class ZooQueueLock

java.lang.Object
  extended by org.apache.accumulo.fate.zookeeper.ZooQueueLock
      extended by org.apache.accumulo.server.zookeeper.ZooQueueLock
All Implemented Interfaces:
DistributedReadWriteLock.QueueLock

public class ZooQueueLock
extends ZooQueueLock


Constructor Summary
ZooQueueLock(String path, boolean ephemeral)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class org.apache.accumulo.fate.zookeeper.ZooQueueLock
addEntry, getEarlierEntries, removeEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.