Package | Description |
---|---|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field and Description |
---|---|
HashSet<LearnerHandler> |
Leader.forwardingFollowers |
HashSet<LearnerHandler> |
Leader.learners |
protected 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,
ByteBuffer bb,
List<Id> authInfo) |
Copyright © 2014 The Apache Software Foundation