Uses of Interface
org.apache.curator.framework.recipes.queue.QueueBase
-
Packages that use QueueBase Package Description org.apache.curator.framework.recipes.queue -
-
Uses of QueueBase in org.apache.curator.framework.recipes.queue
Classes in org.apache.curator.framework.recipes.queue with type parameters of type QueueBase Modifier and Type Interface Description interfaceQueueAllocator<U,T extends QueueBase<U>>classQueueSharder<U,T extends QueueBase<U>>A utility for shard a distributed queue.Classes in org.apache.curator.framework.recipes.queue that implement QueueBase Modifier and Type Class Description classDistributedDelayQueue<T>A variation of the DistributedPriorityQueue that uses time as the priority.classDistributedIdQueue<T>A version ofDistributedQueuethat allows IDs to be associated with queue items.classDistributedPriorityQueue<T>An implementation of the Distributed Priority Queue ZK recipe.classDistributedQueue<T>An implementation of the Distributed Queue ZK recipe.
-