Uses of Enum
org.apache.curator.framework.recipes.queue.ErrorMode
Packages that use ErrorMode
-
Uses of ErrorMode in org.apache.curator.framework.recipes.queue
Subclasses with type arguments of type ErrorMode in org.apache.curator.framework.recipes.queueModifier and TypeClassDescriptionenumUsed when the queue is created with aQueueBuilder.lockPath(String).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).