Uses of Class
org.apache.curator.framework.recipes.queue.ErrorMode

Packages that use ErrorMode
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
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.
 

Methods in org.apache.curator.framework.recipes.queue with parameters of type ErrorMode
 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–2014 The Apache Software Foundation. All rights reserved.