| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.queue |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMode |
ErrorMode.valueOf(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 and Description |
|---|---|
void |
QueueBase.setErrorMode(ErrorMode newErrorMode)
Used when the queue is created with a
QueueBuilder.lockPath(String). |
void |
DistributedQueue.setErrorMode(ErrorMode newErrorMode)
Used when the queue is created with a
QueueBuilder.lockPath(String). |
void |
DistributedPriorityQueue.setErrorMode(ErrorMode newErrorMode) |
void |
DistributedIdQueue.setErrorMode(ErrorMode newErrorMode) |
void |
DistributedDelayQueue.setErrorMode(ErrorMode newErrorMode) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.