|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionMXBean
This MBean represents a client connection.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |