Uses of Class
org.apache.curator.framework.recipes.queue.QueueSharderPolicies.Builder
-
Uses of QueueSharderPolicies.Builder in org.apache.curator.framework.recipes.queue
Modifier and TypeMethodDescriptionstatic QueueSharderPolicies.Builder
QueueSharderPolicies.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.