Uses of Class
org.apache.curator.framework.recipes.queue.QueueSharderPolicies.Builder

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

Uses of QueueSharderPolicies.Builder in org.apache.curator.framework.recipes.queue
 

Methods in org.apache.curator.framework.recipes.queue that return QueueSharderPolicies.Builder
static QueueSharderPolicies.Builder QueueSharderPolicies.builder()
          Allocate a new builder
 QueueSharderPolicies.Builder QueueSharderPolicies.Builder.maxQueues(int maxQueues)
          Change the maximum number of queues to create.
 QueueSharderPolicies.Builder QueueSharderPolicies.Builder.newQueueThreshold(int newQueueThreshold)
          Change the queue threshold.
 QueueSharderPolicies.Builder QueueSharderPolicies.Builder.threadFactory(ThreadFactory threadFactory)
          Change the thread factory that's used to create the sharder's thread
 QueueSharderPolicies.Builder QueueSharderPolicies.Builder.thresholdCheckMs(int thresholdCheckMs)
          Change the threshold check.
 



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