Interface SessionTracker

  • All Known Implementing Classes:
    LearnerSessionTracker, SessionTrackerImpl

    public interface SessionTracker
    This is the basic interface that ZooKeeperServer uses to track sessions. The standalone and leader ZooKeeperServer use the same SessionTracker. The FollowerZooKeeperServer uses a SessionTracker which is basically a simple shell to track information to be forwarded to the leader.