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 |
---|---|
static void |
ZooTrace.logQuorumPacket(org.slf4j.Logger log,
long mask,
char direction,
QuorumPacket qp) |
Modifier and Type | Field and Description |
---|---|
QuorumPacket |
Leader.Proposal.packet |
Modifier and Type | Method and Description |
---|---|
static String |
LearnerHandler.packetToString(QuorumPacket p) |
protected void |
Learner.ping(QuorumPacket qp) |
protected void |
Follower.processPacket(QuorumPacket qp)
Examine the packet received in qp and dispatch based on its contents.
|
protected void |
Observer.processPacket(QuorumPacket qp)
Controls the response of an observer to the receipt of a quorumpacket
|
protected void |
Learner.revalidate(QuorumPacket qp) |
Copyright © 2017 The Apache Software Foundation