|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.zookeeper.server.ZooKeeperServer
org.apache.zookeeper.server.quorum.QuorumZooKeeperServer
public abstract class QuorumZooKeeperServer
Abstract base class for all ZooKeeperServers that participate in a quorum.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.zookeeper.server.ZooKeeperServer |
---|
ZooKeeperServer.BasicDataTreeBuilder, ZooKeeperServer.DataTreeBuilder, ZooKeeperServer.Factory, ZooKeeperServer.MissingSessionException |
Field Summary | |
---|---|
protected QuorumPeer |
self
|
Fields inherited from class org.apache.zookeeper.server.ZooKeeperServer |
---|
DEFAULT_TICK_TIME, firstProcessor, hzxid, jmxDataTreeBean, jmxServerBean, LOG, maxSessionTimeout, minSessionTimeout, ok, running, sessionTracker, tickTime |
Constructor Summary | |
---|---|
protected |
QuorumZooKeeperServer(FileTxnSnapLog logFactory,
int tickTime,
int minSessionTimeout,
int maxSessionTimeout,
ZooKeeperServer.DataTreeBuilder treeBuilder,
ZKDatabase zkDb,
QuorumPeer self)
|
Method Summary | |
---|---|
void |
dumpConf(java.io.PrintWriter pwriter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final QuorumPeer self
Constructor Detail |
---|
protected QuorumZooKeeperServer(FileTxnSnapLog logFactory, int tickTime, int minSessionTimeout, int maxSessionTimeout, ZooKeeperServer.DataTreeBuilder treeBuilder, ZKDatabase zkDb, QuorumPeer self) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void dumpConf(java.io.PrintWriter pwriter)
dumpConf
in class ZooKeeperServer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |