Uses of Class
org.apache.curator.framework.recipes.queue.ErrorMode
-
Packages that use ErrorMode Package Description org.apache.curator.framework.recipes.queue -
-
Uses of ErrorMode in org.apache.curator.framework.recipes.queue
Methods in org.apache.curator.framework.recipes.queue that return ErrorMode Modifier and Type Method Description static ErrorModeErrorMode. 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.Methods in org.apache.curator.framework.recipes.queue with parameters of type ErrorMode Modifier and Type Method Description voidDistributedDelayQueue. 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).
-