Class Follower


  • public class Follower
    extends Learner
    This class has the control logic for the Follower.
    • Method Detail

      • getZxid

        public long getZxid()
        The zxid of the last operation seen
        Returns:
        zxid
      • getLastQueued

        protected long getLastQueued()
        The zxid of the last operation queued
        Returns:
        zxid
      • getSyncedObserverSize

        public Integer getSyncedObserverSize()
      • resetObserverConnectionStats

        public void resetObserverConnectionStats()
      • shutdown

        public void shutdown()
        Description copied from class: Learner
        Shutdown the Peer
        Overrides:
        shutdown in class Learner