public interface ManagementSupport
Modifier and Type | Method and Description |
---|---|
int |
getActiveThreadCount() |
double |
getAvgSizeReceived() |
double |
getAvgSizeSent() |
long |
getBytesReceived() |
long |
getBytesSent() |
long |
getFaultsReceiving() |
long |
getFaultsSending() |
long |
getLastResetTime() |
long |
getMaxSizeReceived() |
long |
getMaxSizeSent() |
long |
getMessagesReceived() |
long |
getMessagesSent() |
long |
getMetricsWindow() |
long |
getMinSizeReceived() |
long |
getMinSizeSent() |
int |
getQueueSize() |
Map |
getResponseCodeTable() |
long |
getTimeoutsReceiving() |
long |
getTimeoutsSending() |
void |
maintenenceShutdown(long millis) |
void |
pause() |
void |
resetStatistics() |
void |
resume() |
int getActiveThreadCount()
int getQueueSize()
long getMessagesReceived()
long getFaultsReceiving()
long getTimeoutsReceiving()
long getMessagesSent()
long getFaultsSending()
long getTimeoutsSending()
long getBytesReceived()
long getBytesSent()
long getMinSizeReceived()
long getMaxSizeReceived()
double getAvgSizeReceived()
long getMinSizeSent()
long getMaxSizeSent()
double getAvgSizeSent()
Map getResponseCodeTable()
void resetStatistics()
long getLastResetTime()
long getMetricsWindow()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.