Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Method | Description |
---|---|---|
static void |
ZooTrace.logQuorumPacket(org.slf4j.Logger log,
long mask,
char direction,
QuorumPacket qp) |
Modifier and Type | Field | Description |
---|---|---|
QuorumPacket |
Leader.Proposal.packet |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.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 © 2018 The Apache Software Foundation