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