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

Packages that use LearnerSyncRequest
org.apache.zookeeper.server.quorum   
 

Uses of LearnerSyncRequest in org.apache.zookeeper.server.quorum
 

Fields in org.apache.zookeeper.server.quorum with type parameters of type LearnerSyncRequest
 HashMap<Long,List<LearnerSyncRequest>> Leader.pendingSyncs
           
 

Methods in org.apache.zookeeper.server.quorum with parameters of type LearnerSyncRequest
 void Leader.processSync(LearnerSyncRequest r)
          Process sync requests
 void Leader.sendSync(LearnerSyncRequest r)
          Sends a sync message to the appropriate server
 



Copyright © 2012 The Apache Software Foundation