Uses of Class
org.apache.zookeeper.server.quorum.Leader.Proposal
-
Packages that use Leader.Proposal Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.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 Modifier and Type Field Description protected java.util.LinkedList<Leader.Proposal>ZKDatabase. committedLogMethods in org.apache.zookeeper.server that return types with arguments of type Leader.Proposal Modifier and Type Method Description java.util.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 Modifier and Type Method Description Leader.ProposalLeader. propose(Request request)create a proposal and send it out to all the membersMethods in org.apache.zookeeper.server.quorum with parameters of type Leader.Proposal Modifier and Type Method Description voidLeader. inform(Leader.Proposal proposal)Create an inform packet and send it to all observers.
-