Uses of Interface
org.apache.zookeeper.server.SessionTracker.SessionExpirer
Packages that use SessionTracker.SessionExpirer
Package
Description
ZooKeeper server theory of operation
-
Uses of SessionTracker.SessionExpirer in org.apache.zookeeper.server
Classes in org.apache.zookeeper.server that implement SessionTracker.SessionExpirerModifier and TypeClassDescriptionclassThis class implements a simple standalone ZooKeeperServer.Constructors in org.apache.zookeeper.server with parameters of type SessionTracker.SessionExpirerModifierConstructorDescriptionSessionTrackerImpl(SessionTracker.SessionExpirer expirer, ConcurrentMap<Long, Integer> sessionsWithTimeout, int tickTime, long serverId, ZooKeeperServerListener listener) -
Uses of SessionTracker.SessionExpirer in org.apache.zookeeper.server.quorum
Classes in org.apache.zookeeper.server.quorum that implement SessionTracker.SessionExpirerModifier and TypeClassDescriptionclassJust like the standard ZooKeeperServer.classJust like the standard ZooKeeperServer.classParent class for all ZooKeeperServers for LearnersclassA ZooKeeperServer for the Observer node type.classAbstract base class for all ZooKeeperServers that participate in a quorum.classA ZooKeeperServer which comes into play when peer is partitioned from the majority.Methods in org.apache.zookeeper.server.quorum with parameters of type SessionTracker.SessionExpirerModifier and TypeMethodDescriptionvoidUpgradeableSessionTracker.createLocalSessionTracker(SessionTracker.SessionExpirer expirer, int tickTime, long id, ZooKeeperServerListener listener) Constructors in org.apache.zookeeper.server.quorum with parameters of type SessionTracker.SessionExpirerModifierConstructorDescriptionLeaderSessionTracker(SessionTracker.SessionExpirer expirer, ConcurrentMap<Long, Integer> sessionsWithTimeouts, int tickTime, long id, boolean localSessionsEnabled, ZooKeeperServerListener listener) LearnerSessionTracker(SessionTracker.SessionExpirer expirer, ConcurrentMap<Long, Integer> sessionsWithTimeouts, int tickTime, long id, boolean localSessionsEnabled, ZooKeeperServerListener listener) LocalSessionTracker(SessionTracker.SessionExpirer expirer, ConcurrentMap<Long, Integer> sessionsWithTimeouts, int tickTime, long id, ZooKeeperServerListener listener)