Uses of Class
org.apache.zookeeper.server.RequestProcessor.RequestProcessorException
-
Packages that use RequestProcessor.RequestProcessorException Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.quorum -
-
Uses of RequestProcessor.RequestProcessorException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw RequestProcessor.RequestProcessorException Modifier and Type Method Description 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.voidRequestProcessor. processRequest(Request request)voidUnimplementedRequestProcessor. processRequest(Request request) -
Uses of RequestProcessor.RequestProcessorException in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw RequestProcessor.RequestProcessorException Modifier and Type Method Description voidProposalRequestProcessor. processRequest(Request request)
-