Uses of Class
org.apache.curator.framework.recipes.leader.Participant

Packages that use Participant
org.apache.curator.framework.recipes.leader   
 

Uses of Participant in org.apache.curator.framework.recipes.leader
 

Methods in org.apache.curator.framework.recipes.leader that return Participant
 Participant LeaderSelector.getLeader()
           Return the id for the current leader.
 Participant LeaderLatch.getLeader()
           Return the id for the current leader.
 

Methods in org.apache.curator.framework.recipes.leader that return types with arguments of type Participant
 Collection<Participant> LeaderSelector.getParticipants()
           Returns the set of current participants in the leader selection
 Collection<Participant> LeaderLatch.getParticipants()
           Returns the set of current participants in the leader selection
 



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