Package | Description |
---|---|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field and Description |
---|---|
java.util.HashSet<LearnerHandler> |
Leader.forwardingFollowers |
java.util.HashSet<LearnerHandler> |
Leader.learners |
protected java.util.HashSet<LearnerHandler> |
Leader.observingLearners |
Modifier and Type | Method and Description |
---|---|
long |
Leader.startForwarding(LearnerHandler handler,
long lastSeenZxid)
lets the leader know that a follower is capable of following and is done
syncing
|
Constructor and Description |
---|
LearnerSyncRequest(LearnerHandler fh,
long sessionId,
int xid,
int type,
java.nio.ByteBuffer bb,
java.util.List<Id> authInfo) |
Copyright © 2012 The Apache Software Foundation