Uses of Class
org.apache.curator.framework.recipes.atomic.PromotedToLock
Packages that use PromotedToLock
-
Uses of PromotedToLock in org.apache.curator.framework.recipes.atomic
Methods in org.apache.curator.framework.recipes.atomic that return PromotedToLockConstructors in org.apache.curator.framework.recipes.atomic with parameters of type PromotedToLockModifierConstructorDescriptionDistributedAtomicInteger
(CuratorFramework client, String counterPath, RetryPolicy retryPolicy, PromotedToLock promotedToLock) Creates in mutex promotion mode.DistributedAtomicLong
(CuratorFramework client, String counterPath, RetryPolicy retryPolicy, PromotedToLock promotedToLock) Creates in mutex promotion mode.DistributedAtomicValue
(CuratorFramework client, String path, RetryPolicy retryPolicy, PromotedToLock promotedToLock) Creates in mutex promotion mode.