public interface ConnectionMXBean
Modifier and Type | Method and Description |
---|---|
long |
getAvgLatency()
Average latency in ms
|
String[] |
getEphemeralNodes() |
String |
getLastCxid()
Last cxid of this connection
|
long |
getLastLatency()
Latency of last response to client on this connection in ms
|
String |
getLastOperation()
Last operation performed by this connection
|
String |
getLastResponseTime()
Last time server sent a response to client on this connection
|
String |
getLastZxid()
Last zxid of this connection
|
long |
getMaxLatency()
Max latency in ms
|
long |
getMinLatency()
Min latency in ms
|
long |
getOutstandingRequests() |
long |
getPacketsReceived() |
long |
getPacketsSent() |
String |
getSessionId() |
int |
getSessionTimeout() |
String |
getSourceIP() |
String |
getStartedTime() |
void |
resetCounters()
Reset counters
|
void |
terminateConnection()
Terminate thei client connection.
|
void |
terminateSession()
Terminate this client session.
|
String getSourceIP()
String getSessionId()
String getStartedTime()
String[] getEphemeralNodes()
long getPacketsReceived()
long getPacketsSent()
long getOutstandingRequests()
int getSessionTimeout()
void terminateSession()
void terminateConnection()
long getMinLatency()
long getAvgLatency()
long getMaxLatency()
String getLastOperation()
String getLastCxid()
String getLastZxid()
String getLastResponseTime()
long getLastLatency()
void resetCounters()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.