|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LeaderLatchListener | |
|---|---|
| org.apache.curator.framework.recipes.leader | |
| Uses of LeaderLatchListener in org.apache.curator.framework.recipes.leader |
|---|
| Methods in org.apache.curator.framework.recipes.leader with parameters of type LeaderLatchListener | |
|---|---|
void |
LeaderLatch.addListener(LeaderLatchListener listener)
Attaches a listener to this LeaderLatch Attaching the same listener multiple times is a noop from the second time on. |
void |
LeaderLatch.addListener(LeaderLatchListener listener,
Executor executor)
Attaches a listener to this LeaderLatch Attaching the same listener multiple times is a noop from the second time on. |
void |
LeaderLatch.removeListener(LeaderLatchListener listener)
Removes a given listener from this LeaderLatch |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||