Uses of Interface
com.netflix.curator.framework.recipes.queue.QueueConsumer

Packages that use QueueConsumer
com.netflix.curator.framework.recipes.queue   
 

Uses of QueueConsumer in com.netflix.curator.framework.recipes.queue
 

Classes in com.netflix.curator.framework.recipes.queue that implement QueueConsumer
 class BlockingQueueConsumer<T>
          Utility - a queue consumer that provides behavior similar to a BlockingQueue
 

Methods in com.netflix.curator.framework.recipes.queue with parameters of type QueueConsumer
static
<T> QueueBuilder<T>
QueueBuilder.builder(CuratorFramework client, QueueConsumer<T> consumer, QueueSerializer<T> serializer, String queuePath)
          Allocate a new builder
 

Constructors in com.netflix.curator.framework.recipes.queue with parameters of type QueueConsumer
QueueSafety(String lockPath, QueueConsumer<T> consumer)
           
 



Copyright © 2012. All Rights Reserved.