Modifier and Type |
Method and Description |
long |
getAuthFailedCount() |
double |
getAvgLatency() |
BufferStats |
getClientResponseStats() |
long |
getDataDirSize() |
long |
getFsyncThresholdExceedCount() |
long |
getLastProcessedZxid() |
long |
getLogDirSize() |
long |
getMaxLatency() |
long |
getMinLatency() |
long |
getNonMTLSLocalConnCount() |
long |
getNonMTLSRemoteConnCount() |
int |
getNumAliveClientConnections()
The number of client connections alive to this server
|
long |
getOutstandingRequests() |
long |
getPacketsReceived() |
long |
getPacketsSent() |
String |
getServerState() |
long |
getUptime() |
void |
incrementAuthFailedCount() |
void |
incrementFsyncThresholdExceedCount() |
void |
incrementNonMTLSLocalConnCount() |
void |
incrementNonMTLSRemoteConnCount() |
void |
incrementPacketsReceived() |
void |
incrementPacketsSent() |
boolean |
isProviderNull() |
void |
reset() |
void |
resetAuthFailedCount() |
void |
resetFsyncThresholdExceedCount() |
void |
resetLatency() |
void |
resetMaxLatency() |
void |
resetNonMTLSLocalConnCount() |
void |
resetNonMTLSRemoteConnCount() |
void |
resetRequestCounters() |
String |
toString() |
void |
updateClientResponseSize(int size) |
void |
updateLatency(Request request,
long currentTime)
Update request statistic.
|