Uses of Class
org.apache.zookeeper.server.quorum.Leader.Proposal

Packages that use Leader.Proposal
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.quorum   
 

Uses of Leader.Proposal in org.apache.zookeeper.server
 

Fields in org.apache.zookeeper.server with type parameters of type Leader.Proposal
protected  LinkedList<Leader.Proposal> ZKDatabase.committedLog
           
 

Methods in org.apache.zookeeper.server that return types with arguments of type Leader.Proposal
 LinkedList<Leader.Proposal> ZKDatabase.getCommittedLog()
           
 

Uses of Leader.Proposal in org.apache.zookeeper.server.quorum
 

Methods in org.apache.zookeeper.server.quorum that return Leader.Proposal
 Leader.Proposal Leader.propose(Request request)
          create a proposal and send it out to all the members
 

Methods in org.apache.zookeeper.server.quorum with parameters of type Leader.Proposal
 void Leader.inform(Leader.Proposal proposal)
          Create an inform packet and send it to all observers.
 



Copyright © 2012 The Apache Software Foundation