| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.atomic |
| Modifier and Type | Method and Description |
|---|---|
PromotedToLock |
PromotedToLock.Builder.build()
Build the argument block
|
| Constructor and Description |
|---|
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–2018 The Apache Software Foundation. All rights reserved.