org.I0Itec.zkclient
Class DistributedQueue<T extends Serializable>
java.lang.Object
org.I0Itec.zkclient.DistributedQueue<T>
public class DistributedQueue<T extends Serializable>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistributedQueue
public DistributedQueue(ZkClient zkClient,
String root)
offer
public boolean offer(T element)
poll
public T poll()
isEmpty
public boolean isEmpty()
peek
public T peek()
Copyright © 2011. All Rights Reserved.