Uses of Enum
org.apache.curator.framework.recipes.queue.ErrorMode
-
Uses of ErrorMode in org.apache.curator.framework.recipes.queue
Modifier and TypeMethodDescriptionstatic ErrorMode
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 TypeMethodDescriptionvoid
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 aQueueBuilder.lockPath(String)
.void
QueueBase.setErrorMode
(ErrorMode newErrorMode) Used when the queue is created with aQueueBuilder.lockPath(String)
.