public class DestinationStatistics
extends Object
Constructor and Description |
---|
DestinationStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveThreadCount() |
int |
getCurrentThreadCount() |
int |
getLargestThreadCount() |
int |
getMaxThreadPoolSize() |
int |
getMinThreadPoolSize() |
long |
getPendingMessageCount() |
long |
getSentMessageCount() |
void |
setActiveThreadCount(int activeThreadCount) |
void |
setCurrentThreadCount(int currentThreadCount) |
void |
setLargestThreadCount(int largestThreadCount) |
void |
setMaxThreadPoolSize(int maxThreadPoolSize) |
void |
setMinThreadPoolSize(int minThreadPoolSize) |
void |
setPendingMessageCount(long pendingMessageCount) |
void |
setSentMessageCount(long sentMessageCount) |
public int getActiveThreadCount()
public int getCurrentThreadCount()
public int getLargestThreadCount()
public int getMaxThreadPoolSize()
public int getMinThreadPoolSize()
public long getPendingMessageCount()
public long getSentMessageCount()
public void setActiveThreadCount(int activeThreadCount)
public void setCurrentThreadCount(int currentThreadCount)
public void setLargestThreadCount(int largestThreadCount)
public void setMaxThreadPoolSize(int maxThreadPoolSize)
public void setMinThreadPoolSize(int minThreadPoolSize)
public void setPendingMessageCount(long pendingMessageCount)
public void setSentMessageCount(long sentMessageCount)