Uses of Class
org.apache.curator.framework.recipes.leader.Participant
-
Packages that use Participant Package Description 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 Modifier and Type Method Description ParticipantLeaderLatch. getLeader()Return the id for the current leader.ParticipantLeaderSelector. getLeader()Return the id for the current leader.Methods in org.apache.curator.framework.recipes.leader that return types with arguments of type Participant Modifier and Type Method Description java.util.Collection<Participant>LeaderLatch. getParticipants()Returns the set of current participants in the leader selectionjava.util.Collection<Participant>LeaderSelector. getParticipants()Returns the set of current participants in the leader selection
-