|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuorumPacket | |
---|---|
org.apache.zookeeper.server | ZooKeeper server theory of operation |
org.apache.zookeeper.server.quorum |
Uses of QuorumPacket in org.apache.zookeeper.server |
---|
Methods in org.apache.zookeeper.server with parameters of type QuorumPacket | |
---|---|
static void |
ZooTrace.logQuorumPacket(org.apache.log4j.Logger log,
long mask,
char direction,
QuorumPacket qp)
|
Uses of QuorumPacket in org.apache.zookeeper.server.quorum |
---|
Fields in org.apache.zookeeper.server.quorum declared as QuorumPacket | |
---|---|
QuorumPacket |
Leader.Proposal.packet
|
Methods in org.apache.zookeeper.server.quorum with parameters of type QuorumPacket | |
---|---|
static java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |