public class DistributedQueue<T extends java.io.Serializable> extends java.lang.Object
DistributedQueue(ZkClient zkClient, java.lang.String root)
boolean
isEmpty()
offer(T element)
T
peek()
poll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DistributedQueue(ZkClient zkClient, java.lang.String root)
public boolean offer(T element)
public T poll()
public boolean isEmpty()
public T peek()