Package | Description |
---|---|
org.apache.zookeeper.server.quorum |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<LearnerHandler> |
Leader.getForwardingFollowers() |
Returns a copy of the current forwarding follower snapshot
|
java.util.List<LearnerHandler> |
Leader.getLearners() |
Returns a copy of the current learner snapshot
|
java.util.List<LearnerHandler> |
Leader.getObservingLearners() |
Returns a copy of the current observer snapshot
|
Modifier and Type | Method | Description |
---|---|---|
long |
Leader.startForwarding(LearnerHandler handler,
long lastSeenZxid) |
lets the leader know that a follower is capable of following and is done
syncing
|
Constructor | Description |
---|---|
LearnerSyncRequest(LearnerHandler fh,
long sessionId,
int xid,
int type,
java.nio.ByteBuffer bb,
java.util.List<Id> authInfo) |
Copyright © 2018 The Apache Software Foundation