Uses of Class
org.apache.curator.framework.recipes.atomic.PromotedToLock
-
Packages that use PromotedToLock Package Description 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 Modifier and Type Method Description PromotedToLockPromotedToLock.Builder. build()Build the argument blockConstructors in org.apache.curator.framework.recipes.atomic with parameters of type PromotedToLock Constructor Description DistributedAtomicInteger(org.apache.curator.framework.CuratorFramework client, java.lang.String counterPath, org.apache.curator.RetryPolicy retryPolicy, PromotedToLock promotedToLock)Creates in mutex promotion mode.DistributedAtomicLong(org.apache.curator.framework.CuratorFramework client, java.lang.String counterPath, org.apache.curator.RetryPolicy retryPolicy, PromotedToLock promotedToLock)Creates in mutex promotion mode.DistributedAtomicValue(org.apache.curator.framework.CuratorFramework client, java.lang.String path, org.apache.curator.RetryPolicy retryPolicy, PromotedToLock promotedToLock)Creates in mutex promotion mode.
-