Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.persistence |
Modifier and Type | Method and Description |
---|---|
protected ServerStats |
NettyServerCnxn.serverStats() |
protected ServerStats |
NIOServerCnxn.serverStats() |
ServerStats |
ZooKeeperServer.serverStats() |
protected abstract ServerStats |
ServerCnxn.serverStats() |
Modifier and Type | Method and Description |
---|---|
void |
FileTxnLog.setServerStats(ServerStats serverStats)
Setter for ServerStats to monitor fsync threshold exceed
|
void |
FileTxnSnapLog.setServerStats(ServerStats serverStats) |
void |
TxnLog.setServerStats(ServerStats serverStats)
+ * Setter for ServerStats to monitor fsync threshold exceed
+ * @param serverStats used to update fsyncThresholdExceedCount
+
|
Copyright © 2019 The Apache Software Foundation