| Package | Description |
|---|---|
| org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
| org.apache.zookeeper.server.persistence |
| Modifier and Type | Method | Description |
|---|---|---|
protected ServerStats |
NettyServerCnxn.serverStats() |
|
protected ServerStats |
NIOServerCnxn.serverStats() |
|
protected abstract ServerStats |
ServerCnxn.serverStats() |
|
ServerStats |
ZooKeeperServer.serverStats() |
| Modifier and Type | Method | 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 © 2018 The Apache Software Foundation