public interface ZooKeeperServerMXBean
Modifier and Type | Method and Description |
---|---|
long |
getAvgRequestLatency() |
String |
getClientPort() |
long |
getDataDirSize() |
long |
getFsyncThresholdExceedCount() |
int |
getJuteMaxBufferSize() |
int |
getLastClientResponseSize() |
long |
getLogDirSize() |
int |
getMaxClientCnxnsPerHost()
Current maxClientCnxns allowed from a particular host
|
int |
getMaxClientResponseSize() |
long |
getMaxRequestLatency() |
int |
getMaxSessionTimeout()
Current maxSessionTimeout of the server in milliseconds
|
int |
getMinClientResponseSize() |
long |
getMinRequestLatency() |
int |
getMinSessionTimeout()
Current minSessionTimeout of the server in milliseconds
|
long |
getNumAliveConnections() |
long |
getOutstandingRequests() |
long |
getPacketsReceived() |
long |
getPacketsSent() |
String |
getSecureClientAddress() |
String |
getSecureClientPort() |
String |
getStartTime() |
int |
getTickTime()
Current TickTime of server in milliseconds
|
long |
getTxnLogElapsedSyncTime()
Returns the elapsed sync of time of transaction log in milliseconds.
|
String |
getVersion() |
void |
resetFsyncThresholdExceedCount()
Reset Fsync Threshold Exceed Count statistics only.
|
void |
resetLatency()
Reset min/avg/max latency statistics
|
void |
resetMaxLatency()
Reset max latency statistics only.
|
void |
resetStatistics()
Reset packet and latency statistics
|
void |
setMaxClientCnxnsPerHost(int max)
Set maxClientCnxns allowed from a particular host
|
void |
setMaxSessionTimeout(int max)
Set maxSessionTimeout of server in milliseconds
|
void |
setMinSessionTimeout(int min)
Set minSessionTimeout of server in milliseconds
|
void |
setTickTime(int tickTime)
Set TickTime of server in milliseconds
|
String getClientPort()
String getVersion()
String getStartTime()
long getMinRequestLatency()
long getAvgRequestLatency()
long getMaxRequestLatency()
long getPacketsReceived()
long getPacketsSent()
long getFsyncThresholdExceedCount()
long getOutstandingRequests()
int getTickTime()
void setTickTime(int tickTime)
int getMaxClientCnxnsPerHost()
void setMaxClientCnxnsPerHost(int max)
int getMinSessionTimeout()
void setMinSessionTimeout(int min)
int getMaxSessionTimeout()
void setMaxSessionTimeout(int max)
void resetStatistics()
void resetLatency()
void resetMaxLatency()
void resetFsyncThresholdExceedCount()
long getNumAliveConnections()
long getDataDirSize()
long getLogDirSize()
String getSecureClientPort()
String getSecureClientAddress()
long getTxnLogElapsedSyncTime()
int getJuteMaxBufferSize()
int getLastClientResponseSize()
int getMinClientResponseSize()
int getMaxClientResponseSize()
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.