| 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(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.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.