Uses of Class
org.apache.zookeeper.server.quorum.Vote

Packages that use Vote
org.apache.zookeeper.server.quorum   
 

Uses of Vote in org.apache.zookeeper.server.quorum
 

Fields in org.apache.zookeeper.server.quorum declared as Vote
 Vote LeaderElection.ElectionResult.vote
           
 Vote LeaderElection.ElectionResult.winner
           
 

Methods in org.apache.zookeeper.server.quorum that return Vote
 Vote QuorumPeer.getCurrentVote()
           
 Vote LeaderElection.lookForLeader()
          Invoked in QuorumPeer to find or elect a new leader.
 Vote Election.lookForLeader()
           
 Vote FastLeaderElection.lookForLeader()
          Starts a new round of leader election.
 Vote AuthFastLeaderElection.lookForLeader()
          Invoked in QuorumPeer to find or elect a new leader.
 

Methods in org.apache.zookeeper.server.quorum with parameters of type Vote
 void QuorumPeer.setCurrentVote(Vote v)
           
 

Method parameters in org.apache.zookeeper.server.quorum with type arguments of type Vote
protected  LeaderElection.ElectionResult LeaderElection.countVotes(java.util.HashMap<java.net.InetSocketAddress,Vote> votes, java.util.HashSet<java.lang.Long> heardFrom)
           
 



Copyright © 2010 The Apache Software Foundation