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.persistence |
Modifier and Type | Method and Description |
---|---|
protected ServerStats |
NIOServerCnxn.serverStats() |
protected abstract ServerStats |
ServerCnxn.serverStats() |
protected ServerStats |
NettyServerCnxn.serverStats() |
ServerStats |
ZooKeeperServer.serverStats() |
protected ServerStats |
DumbWatcher.serverStats() |
Modifier and Type | Method and Description |
---|---|
void |
FileTxnSnapLog.setServerStats(ServerStats serverStats) |
void |
FileTxnLog.setServerStats(ServerStats serverStats)
Setter for ServerStats to monitor fsync threshold exceed
|
void |
TxnLog.setServerStats(ServerStats serverStats)
Setter for ServerStats to monitor fsync threshold exceed
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.