Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Method and Description |
---|---|
protected void |
ContainerManager.postDeleteRequest(Request request) |
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.