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
 

Fields in org.apache.zookeeper.server.quorum with type parameters of type LearnerHandler
 java.util.HashSet<LearnerHandler> Leader.forwardingFollowers
           
 java.util.HashSet<LearnerHandler> Leader.learners
           
protected  java.util.HashSet<LearnerHandler> Leader.observingLearners
           
 

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, java.nio.ByteBuffer bb, java.util.List<Id> authInfo)
           
 



Copyright © 2012 The Apache Software Foundation