Uses of Class
org.apache.curator.framework.recipes.atomic.PromotedToLock

Packages that use PromotedToLock
org.apache.curator.framework.recipes.atomic   
 

Uses of PromotedToLock in org.apache.curator.framework.recipes.atomic
 

Methods in org.apache.curator.framework.recipes.atomic that return PromotedToLock
 PromotedToLock PromotedToLock.Builder.build()
          Build the argument block
 

Constructors in org.apache.curator.framework.recipes.atomic with parameters of type PromotedToLock
DistributedAtomicInteger(org.apache.curator.framework.CuratorFramework client, String counterPath, org.apache.curator.RetryPolicy retryPolicy, PromotedToLock promotedToLock)
          Creates in mutex promotion mode.
DistributedAtomicLong(org.apache.curator.framework.CuratorFramework client, String counterPath, org.apache.curator.RetryPolicy retryPolicy, PromotedToLock promotedToLock)
          Creates in mutex promotion mode.
DistributedAtomicValue(org.apache.curator.framework.CuratorFramework client, String path, org.apache.curator.RetryPolicy retryPolicy, PromotedToLock promotedToLock)
          Creates in mutex promotion mode.
 



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