Package | Description |
---|---|
org.apache.zookeeper.server.quorum |
Modifier and Type | Method and Description |
---|---|
List<LearnerHandler> |
Leader.getForwardingFollowers()
Returns a copy of the current forwarding follower snapshot
|
List<LearnerHandler> |
Leader.getLearners()
Returns a copy of the current learner snapshot
|
List<LearnerHandler> |
Leader.getObservingLearners()
Returns a copy of the current observer snapshot
|
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 © 2008–2020 The Apache Software Foundation. All rights reserved.