| Package | Description | 
|---|---|
| org.apache.zookeeper.server | ZooKeeper server theory of operation | 
| org.apache.zookeeper.server.quorum | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | PrepRequestProcessor. 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 void | PrepRequestProcessor. pRequest2Txn(int type,
            long zxid,
            Request request,
            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. | 
| void | UnimplementedRequestProcessor. processRequest(Request request) | 
| void | RequestProcessor. processRequest(Request request) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProposalRequestProcessor. processRequest(Request request) | 
| void | LeaderRequestProcessor. processRequest(Request request) | 
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.