Package com.netflix.curator.framework.recipes.queue

Interface Summary
MultiItem<T> Abstraction for multiple items.
QueueConsumer<T> Message Consumer
QueueSerializer<T> Helper to serialize/deserialize queue items
 

Class Summary
BlockingQueueConsumer<T> Utility - a queue consumer that provides behavior similar to a BlockingQueue
DistributedPriorityQueue<T> An implementation of the Distributed Priority Queue ZK recipe.
DistributedQueue<T> An implementation of the Distributed Queue ZK recipe.
QueueBuilder<T> The builder for both DistributedQueue and DistributedPriorityQueue
QueueSafety<T> Parameter block for specifying queue safety with either DistributedQueue or DistributedPriorityQueue
 

Enum Summary
ErrorMode Used when the queue is created with a QueueBuilder.lockPath(String).
 



Copyright © 2012. All Rights Reserved.