Uses of Class
org.apache.curator.framework.recipes.queue.DistributedQueue.ProcessType

Packages that use DistributedQueue.ProcessType
org.apache.curator.framework.recipes.queue   
 

Uses of DistributedQueue.ProcessType in org.apache.curator.framework.recipes.queue
 

Methods in org.apache.curator.framework.recipes.queue that return DistributedQueue.ProcessType
static DistributedQueue.ProcessType DistributedQueue.ProcessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DistributedQueue.ProcessType[] DistributedQueue.ProcessType.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 DistributedQueue.ProcessType
protected  boolean DistributedQueue.processWithLockSafety(String itemNode, DistributedQueue.ProcessType type)
           
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.