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

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

Uses of QueueConsumer in org.apache.curator.framework.recipes.queue
 

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

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

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



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