Uses of Interface
org.apache.curator.framework.recipes.leader.LeaderLatchListener

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
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.