Package | Description |
---|---|
org.apache.curator.framework.recipes.queue |
Modifier and Type | Method and Description |
---|---|
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–2019 The Apache Software Foundation. All rights reserved.