Uses of Interface
org.apache.zookeeper.server.ZooKeeperServerListener
-
Packages that use ZooKeeperServerListener Package Description org.apache.zookeeper.server ZooKeeper server theory of operationorg.apache.zookeeper.server.quorum -
-
Uses of ZooKeeperServerListener in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return ZooKeeperServerListener Modifier and Type Method Description ZooKeeperServerListenerZooKeeperServer. getZooKeeperServerListener()Constructors in org.apache.zookeeper.server with parameters of type ZooKeeperServerListener Constructor Description SessionTrackerImpl(SessionTracker.SessionExpirer expirer, java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.lang.Integer> sessionsWithTimeout, int tickTime, long sid, ZooKeeperServerListener listener)ZooKeeperCriticalThread(java.lang.String threadName, ZooKeeperServerListener listener) -
Uses of ZooKeeperServerListener in org.apache.zookeeper.server.quorum
Constructors in org.apache.zookeeper.server.quorum with parameters of type ZooKeeperServerListener Constructor Description CommitProcessor(RequestProcessor nextProcessor, java.lang.String id, boolean matchSyncs, ZooKeeperServerListener listener)LearnerSessionTracker(SessionTracker.SessionExpirer expirer, java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.lang.Integer> sessionsWithTimeouts, long id, ZooKeeperServerListener listener)
-