Uses of Interface
org.apache.curator.framework.recipes.queue.QueueBase

Packages that use QueueBase
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
 interface QueueAllocator<U,T extends QueueBase<U>>
           
 class QueueSharder<U,T extends QueueBase<U>>
           A utility for shard a distributed queue.
 

Classes in org.apache.curator.framework.recipes.queue that implement QueueBase
 class DistributedDelayQueue<T>
           A variation of the DistributedPriorityQueue that uses time as the priority.
 class DistributedIdQueue<T>
          A version of DistributedQueue that allows IDs to be associated with queue items.
 class DistributedPriorityQueue<T>
          An implementation of the Distributed Priority Queue ZK recipe.
 class DistributedQueue<T>
          An implementation of the Distributed Queue ZK recipe.
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.