org.apache.zookeeper.server.quorum
Class FollowerSyncRequest

java.lang.Object
  extended by org.apache.zookeeper.server.Request
      extended by org.apache.zookeeper.server.quorum.FollowerSyncRequest

public class FollowerSyncRequest
extends Request


Field Summary
 
Fields inherited from class org.apache.zookeeper.server.Request
authInfo, cnxn, createTime, cxid, hdr, request, requestOfDeath, sessionId, txn, type, zxid
 
Constructor Summary
FollowerSyncRequest(FollowerHandler fh, long sessionId, int xid, int type, ByteBuffer bb, List<org.apache.zookeeper.data.Id> authInfo)
           
 
Method Summary
 
Methods inherited from class org.apache.zookeeper.server.Request
getException, getOwner, setException, setOwner, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FollowerSyncRequest

public FollowerSyncRequest(FollowerHandler fh,
                           long sessionId,
                           int xid,
                           int type,
                           ByteBuffer bb,
                           List<org.apache.zookeeper.data.Id> authInfo)