Uses of Interface
org.apache.curator.framework.recipes.queue.QueueBase
Packages that use QueueBase
-
Uses of QueueBase in org.apache.curator.framework.recipes.queue
Classes in org.apache.curator.framework.recipes.queue with type parameters of type QueueBaseModifier and TypeInterfaceDescriptioninterfaceQueueAllocator<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 QueueBaseModifier and TypeClassDescriptionclassA variation of the DistributedPriorityQueue that uses time as the priority.classA version ofDistributedQueuethat allows IDs to be associated with queue items.classAn implementation of the Distributed Priority Queue ZK recipe.classAn implementation of the Distributed Queue ZK recipe.