org.apache.curator.framework.state.ConnectionStateListenerpublic interface SharedCountListener
extends org.apache.curator.framework.state.ConnectionStateListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
countHasChanged(SharedCountReader sharedCount,
int newCount) |
Called when the shared value has changed
|
void countHasChanged(SharedCountReader sharedCount, int newCount) throws java.lang.Exception
sharedCount - the shared count instancenewCount - the new countjava.lang.Exception - errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.