Uses of Class
com.netflix.curator.framework.recipes.atomic.PromotedToLock

Packages that use PromotedToLock
com.netflix.curator.framework.recipes.atomic   
 

Uses of PromotedToLock in com.netflix.curator.framework.recipes.atomic
 

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

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



Copyright © 2012. All Rights Reserved.