org.apache.zookeeper.server.quorum
Class Follower

java.lang.Object
  extended by org.apache.zookeeper.server.quorum.Follower

public class Follower
extends Object

This class has the control logic for the Follower.


Field Summary
 Socket sock
           
 
Method Summary
 long getLastQueued()
           
 int getPendingRevalidationsCount()
           
 long getZxid()
           
 void shutdown()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sock

public Socket sock
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getPendingRevalidationsCount

public int getPendingRevalidationsCount()

getZxid

public long getZxid()

getLastQueued

public long getLastQueued()

shutdown

public void shutdown()