Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Method and Description |
---|---|
ZooKeeperServerListener |
ZooKeeperServer.getZooKeeperServerListener() |
Constructor and Description |
---|
SessionTrackerImpl(SessionTracker.SessionExpirer expirer,
ConcurrentMap<Long,Integer> sessionsWithTimeout,
int tickTime,
long serverId,
ZooKeeperServerListener listener) |
ZooKeeperCriticalThread(String threadName,
ZooKeeperServerListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeableSessionTracker.createLocalSessionTracker(SessionTracker.SessionExpirer expirer,
int tickTime,
long id,
ZooKeeperServerListener listener) |
Constructor and Description |
---|
CommitProcessor(RequestProcessor nextProcessor,
String id,
boolean matchSyncs,
ZooKeeperServerListener listener) |
LeaderSessionTracker(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) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.