Uses of Class
org.apache.curator.framework.recipes.queue.QueueSharderPolicies.Builder
Packages that use QueueSharderPolicies.Builder
-
Uses of QueueSharderPolicies.Builder in org.apache.curator.framework.recipes.queue
Methods in org.apache.curator.framework.recipes.queue that return QueueSharderPolicies.BuilderModifier and TypeMethodDescriptionstatic QueueSharderPolicies.BuilderQueueSharderPolicies.builder()Allocate a new builderQueueSharderPolicies.Builder.maxQueues(int maxQueues) Change the maximum number of queues to create.QueueSharderPolicies.Builder.newQueueThreshold(int newQueueThreshold) Change the queue threshold.QueueSharderPolicies.Builder.threadFactory(ThreadFactory threadFactory) Change the thread factory that's used to create the sharder's threadQueueSharderPolicies.Builder.thresholdCheckMs(int thresholdCheckMs) Change the threshold check.