| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.queue |
| Modifier and Type | Method | Description |
|---|---|---|
static ErrorMode |
ErrorMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ErrorMode[] |
ErrorMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DistributedDelayQueue.setErrorMode(ErrorMode newErrorMode) |
|
void |
DistributedIdQueue.setErrorMode(ErrorMode newErrorMode) |
|
void |
DistributedPriorityQueue.setErrorMode(ErrorMode newErrorMode) |
|
void |
DistributedQueue.setErrorMode(ErrorMode newErrorMode) |
Used when the queue is created with a
QueueBuilder.lockPath(String). |
void |
QueueBase.setErrorMode(ErrorMode newErrorMode) |
Used when the queue is created with a
QueueBuilder.lockPath(String). |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.