Uses of Interface
org.apache.curator.framework.recipes.queue.QueueBase
-
Uses of QueueBase in org.apache.curator.framework.recipes.queue
Modifier and TypeInterfaceDescriptioninterface
QueueAllocator<U,
T extends QueueBase<U>> class
QueueSharder<U,
T extends QueueBase<U>> A utility for shard a distributed queue.Modifier and TypeClassDescriptionclass
A variation of the DistributedPriorityQueue that uses time as the priority.class
A version ofDistributedQueue
that allows IDs to be associated with queue items.class
An implementation of the Distributed Priority Queue ZK recipe.class
An implementation of the Distributed Queue ZK recipe.