Uses of Package
org.apache.curator.framework.recipes.queue

Packages that use org.apache.curator.framework.recipes.queue
org.apache.curator.framework.recipes.queue   
 

Classes in org.apache.curator.framework.recipes.queue used by org.apache.curator.framework.recipes.queue
DistributedDelayQueue
           A variation of the DistributedPriorityQueue that uses time as the priority.
DistributedIdQueue
          A version of DistributedQueue that allows IDs to be associated with queue items.
DistributedPriorityQueue
          An implementation of the Distributed Priority Queue ZK recipe.
DistributedQueue
          An implementation of the Distributed Queue ZK recipe.
DistributedQueue.ProcessType
           
ErrorMode
          Used when the queue is created with a QueueBuilder.lockPath(String).
MultiItem
          Abstraction for multiple items.
QueueAllocator
           
QueueBase
           
QueueBuilder
          The builder for both DistributedQueue and DistributedPriorityQueue
QueueConsumer
          Message Consumer
QueuePutListener
          Queue puts are done in the background.
QueueSerializer
          Helper to serialize/deserialize queue items
QueueSharderPolicies
          Various policies/options for sharding.
QueueSharderPolicies.Builder
           
 



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