Uses of Class
org.apache.curator.framework.recipes.queue.DistributedQueue.ProcessType
-
Packages that use DistributedQueue.ProcessType Package Description 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 Modifier and Type Method Description static DistributedQueue.ProcessTypeDistributedQueue.ProcessType. valueOf(java.lang.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 Modifier and Type Method Description protected booleanDistributedQueue. processWithLockSafety(java.lang.String itemNode, DistributedQueue.ProcessType type)
-