Uses of Class
org.apache.zookeeper.server.quorum.LearnerHandler
-
Packages that use LearnerHandler Package Description org.apache.zookeeper.server.quorum -
-
Uses of LearnerHandler in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that return types with arguments of type LearnerHandler Modifier and Type Method Description java.util.List<LearnerHandler>
Leader. getForwardingFollowers()
Returns a copy of the current forwarding follower snapshotjava.util.List<LearnerHandler>
Leader. getLearners()
Returns a copy of the current learner snapshotjava.util.List<LearnerHandler>
Leader. getObservingLearners()
Returns a copy of the current observer snapshotMethods in org.apache.zookeeper.server.quorum with parameters of type LearnerHandler 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 syncingConstructors in org.apache.zookeeper.server.quorum with parameters of type LearnerHandler Constructor Description LearnerSyncRequest(LearnerHandler fh, long sessionId, int xid, int type, java.nio.ByteBuffer bb, java.util.List<Id> authInfo)
-