Uses of Class
org.apache.zookeeper.server.quorum.LearnerHandler

Packages that use LearnerHandler
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
 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
 

Methods in org.apache.zookeeper.server.quorum with parameters of type LearnerHandler
 long Leader.startForwarding(LearnerHandler handler, long lastSeenZxid)
          lets the leader know that a follower is capable of following and is done syncing
 

Constructors in org.apache.zookeeper.server.quorum with parameters of type LearnerHandler
LearnerSyncRequest(LearnerHandler fh, long sessionId, int xid, int type, ByteBuffer bb, List<Id> authInfo)
           
 



Copyright © 2013 The Apache Software Foundation