Uses of Enum
org.apache.curator.framework.recipes.queue.ErrorMode
Packages that use ErrorMode
-
Uses of ErrorMode in org.apache.curator.framework.recipes.queue
Methods in org.apache.curator.framework.recipes.queue that return ErrorModeModifier and TypeMethodDescriptionstatic ErrorModeReturns 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.Methods in org.apache.curator.framework.recipes.queue with parameters of type ErrorModeModifier and TypeMethodDescriptionvoidDistributedDelayQueue.setErrorMode(ErrorMode newErrorMode) voidDistributedIdQueue.setErrorMode(ErrorMode newErrorMode) voidDistributedPriorityQueue.setErrorMode(ErrorMode newErrorMode) voidDistributedQueue.setErrorMode(ErrorMode newErrorMode) Used when the queue is created with aQueueBuilder.lockPath(String).voidQueueBase.setErrorMode(ErrorMode newErrorMode) Used when the queue is created with aQueueBuilder.lockPath(String).