| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.locks | |
| org.apache.curator.framework.recipes.shared |
| Constructor and Description |
|---|
InterProcessSemaphore(org.apache.curator.framework.CuratorFramework client,
String path,
SharedCountReader count)
Deprecated.
|
InterProcessSemaphoreV2(org.apache.curator.framework.CuratorFramework client,
String path,
SharedCountReader count) |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedCount
Manages a shared integer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharedCountListener.countHasChanged(SharedCountReader sharedCount,
int newCount)
Called when the shared value has changed
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.