Uses of Class
com.netflix.curator.framework.recipes.queue.QueueBuilder

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

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

Methods in com.netflix.curator.framework.recipes.queue that return QueueBuilder
static
<T> QueueBuilder<T>
QueueBuilder.builder(CuratorFramework client, QueueConsumer<T> consumer, QueueSerializer<T> serializer, String queuePath)
          Allocate a new builder
 QueueBuilder<T> QueueBuilder.executor(Executor executor)
          Change the executor used.
 QueueBuilder<T> QueueBuilder.lockPath(String path)
          Without a lock set, queue items are removed before being sent to the queue consumer.
 QueueBuilder<T> QueueBuilder.threadFactory(ThreadFactory factory)
          Change the thread factory used.
 



Copyright © 2012. All Rights Reserved.