Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.persistence |
Modifier and Type | Method and Description |
---|---|
protected ServerStats |
NIOServerCnxn.serverStats() |
protected ServerStats |
DumbWatcher.serverStats() |
protected abstract ServerStats |
ServerCnxn.serverStats() |
ServerStats |
ZooKeeperServer.serverStats() |
protected ServerStats |
NettyServerCnxn.serverStats() |
Modifier and Type | Method and Description |
---|---|
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
|
void |
FileTxnSnapLog.setServerStats(ServerStats serverStats) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.