Uses of Class
org.apache.zookeeper.server.Request
-
Packages that use Request Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.persistence org.apache.zookeeper.server.quorum org.apache.zookeeper.server.util -
-
Uses of Request in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server declared as Request Modifier and Type Field Description static RequestRequest. requestOfDeathMethods in org.apache.zookeeper.server with parameters of type Request Modifier and Type Method Description voidZKDatabase. addCommittedProposal(Request request)maintains a list of last committedLog or so committed requests.booleanZKDatabase. append(Request si)append to the underlying transaction logstatic voidZooTrace. logRequest(org.slf4j.Logger log, long mask, char rp, Request request, java.lang.String header)protected voidPrepRequestProcessor. pRequest(Request request)This method will be called inside the ProcessRequestThread, which is a singleton, so there will be a single thread calling this code.protected voidPrepRequestProcessor. pRequest2Txn(int type, long zxid, Request request, org.apache.jute.Record record, boolean deserialize)This method will be called inside the ProcessRequestThread, which is a singleton, so there will be a single thread calling this code.voidFinalRequestProcessor. processRequest(Request request)voidPrepRequestProcessor. processRequest(Request request)voidRequestProcessor. processRequest(Request request)voidSyncRequestProcessor. processRequest(Request request)voidUnimplementedRequestProcessor. processRequest(Request request)voidZooKeeperServer. submitRequest(Request si) -
Uses of Request in org.apache.zookeeper.server.persistence
Methods in org.apache.zookeeper.server.persistence with parameters of type Request Modifier and Type Method Description booleanFileTxnSnapLog. append(Request si)append the request to the transaction logs -
Uses of Request in org.apache.zookeeper.server.quorum
Subclasses of Request in org.apache.zookeeper.server.quorum Modifier and Type Class Description classLearnerSyncRequestFields in org.apache.zookeeper.server.quorum declared as Request Modifier and Type Field Description RequestLeader.Proposal. requestMethods in org.apache.zookeeper.server.quorum with parameters of type Request Modifier and Type Method Description voidCommitProcessor. commit(Request request)voidObserverZooKeeperServer. commitRequest(Request request)Unlike a Follower, which sees a full request only during the PROPOSAL phase, Observers get all the data required with the INFORM packet.voidCommitProcessor. processRequest(Request request)voidFollowerRequestProcessor. processRequest(Request request)voidObserverRequestProcessor. processRequest(Request request)Simply queue the request, which will be processed in FIFO order.voidProposalRequestProcessor. processRequest(Request request)voidReadOnlyRequestProcessor. processRequest(Request request)voidSendAckRequestProcessor. processRequest(Request si)Leader.ProposalLeader. propose(Request request)create a proposal and send it out to all the members -
Uses of Request in org.apache.zookeeper.server.util
Methods in org.apache.zookeeper.server.util with parameters of type Request Modifier and Type Method Description static byte[]SerializeUtils. serializeRequest(Request request)
-