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(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.