Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
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 |
Observer.processPacket(QuorumPacket qp)
Controls the response of an observer to the receipt of a quorumpacket
|
protected void |
Follower.processPacket(QuorumPacket qp)
Examine the packet received in qp and dispatch based on its contents.
|
protected void |
Learner.revalidate(QuorumPacket qp) |
Copyright © 2013 The Apache Software Foundation