Uses of Interface
org.apache.zookeeper.server.SessionTracker.SessionExpirer

Packages that use SessionTracker.SessionExpirer
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.quorum   
 

Uses of SessionTracker.SessionExpirer in org.apache.zookeeper.server
 

Classes in org.apache.zookeeper.server that implement SessionTracker.SessionExpirer
 class ZooKeeperServer
          This class implements a simple standalone ZooKeeperServer.
 

Constructors in org.apache.zookeeper.server with parameters of type SessionTracker.SessionExpirer
SessionTrackerImpl(SessionTracker.SessionExpirer expirer, java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.lang.Integer> sessionsWithTimeout, int tickTime, long sid)
           
 

Uses of SessionTracker.SessionExpirer in org.apache.zookeeper.server.quorum
 

Classes in org.apache.zookeeper.server.quorum that implement SessionTracker.SessionExpirer
 class FollowerZooKeeperServer
          Just like the standard ZooKeeperServer.
 class LeaderZooKeeperServer
          Just like the standard ZooKeeperServer.
 class LearnerZooKeeperServer
          Parent class for all ZooKeeperServers for Learners
 class ObserverZooKeeperServer
          A ZooKeeperServer for the Observer node type.
 class QuorumZooKeeperServer
          Abstract base class for all ZooKeeperServers that participate in a quorum.
 

Constructors in org.apache.zookeeper.server.quorum with parameters of type SessionTracker.SessionExpirer
LearnerSessionTracker(SessionTracker.SessionExpirer expirer, java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.lang.Integer> sessionsWithTimeouts, long id)
           
 



Copyright © 2011 The Apache Software Foundation