| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.locks | |
| org.apache.curator.framework.recipes.shared |
| Constructor | Description |
|---|---|
InterProcessSemaphore(org.apache.curator.framework.CuratorFramework client,
java.lang.String path,
SharedCountReader count) |
Deprecated.
|
InterProcessSemaphoreV2(org.apache.curator.framework.CuratorFramework client,
java.lang.String path,
SharedCountReader count) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SharedCount |
Manages a shared integer.
|
| Modifier and Type | Method | 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.