public static class TestingZooKeeperMain.TestZooKeeperServer
extends org.apache.zookeeper.server.ZooKeeperServer
| Constructor and Description |
|---|
TestZooKeeperServer(org.apache.zookeeper.server.persistence.FileTxnSnapLog txnLog,
org.apache.zookeeper.server.ServerConfig config) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.zookeeper.server.RequestProcessor |
getFirstProcessor() |
boolean |
isRunning() |
void |
noteStartup() |
protected void |
registerJMX() |
protected void |
unregisterJMX() |
checkPasswd, closeSession, closeSession, createSessionTracker, decInProcess, dumpConf, dumpEphemerals, expire, finishSessionInit, getClientPort, getConf, getDataDirSize, getEphemerals, getGlobalOutstandingLimit, getInProcess, getLastProcessedZxid, getLogDirSize, getMaxClientCnxnsPerHost, getMaxSessionTimeout, getMinSessionTimeout, getNumAliveConnections, getOutstandingRequests, getSecureClientPort, getServerCnxnFactory, getServerId, getSessionExpiryMap, getSessionTracker, getSnapCount, getState, getTickTime, getTxnLogFactory, getZKDatabase, getZooKeeperServerListener, getZxid, incInProcess, killSession, loadData, processConnectRequest, processPacket, processTxn, processTxn, reopenSession, revalidateSession, serverStats, setLocalSessionFlag, setMaxSessionTimeout, setMinSessionTimeout, setOwner, setSecureServerCnxnFactory, setServerCnxnFactory, setTickTime, setTxnLogFactory, setupRequestProcessors, setZKDatabase, setZxid, shouldThrottle, shutdown, startdata, startSessionTracker, startup, submitRequest, takeSnapshot, truncateLogpublic TestZooKeeperServer(org.apache.zookeeper.server.persistence.FileTxnSnapLog txnLog,
org.apache.zookeeper.server.ServerConfig config)
public org.apache.zookeeper.server.RequestProcessor getFirstProcessor()
protected void registerJMX()
registerJMX in class org.apache.zookeeper.server.ZooKeeperServerprotected void unregisterJMX()
unregisterJMX in class org.apache.zookeeper.server.ZooKeeperServerpublic boolean isRunning()
isRunning in class org.apache.zookeeper.server.ZooKeeperServerpublic void noteStartup()
Copyright © 2011–2015 The Apache Software Foundation. All rights reserved.