public interface ThreadPoolMXBean extends ManagedObjectMXBean
resin:type=ThreadPool
Modifier and Type | Method and Description |
---|---|
int |
getThreadActiveCount()
Returns the current number of active threads.
|
int |
getThreadCount()
Returns the current number of threads.
|
long |
getThreadCreateCountTotal()
Returns the total number of started threads.
|
int |
getThreadExecutorMax()
Returns the maximum number of executor threads.
|
int |
getThreadIdleCount()
Returns the current number of idle threads.
|
int |
getThreadIdleMax()
Returns the maximum number of idle threads.
|
int |
getThreadIdleMin()
Returns the minimum number of idle threads.
|
int |
getThreadMax()
Returns the maximum number of threads.
|
long |
getThreadOverflowCountTotal()
Returns the total number of overflow threads.
|
int |
getThreadPriorityMin()
Returns the priority thread gap
|
int |
getThreadPriorityQueueSize()
Returns the thread priority queue size
|
int |
getThreadStartingCount()
Returns the current number of starting threads.
|
int |
getThreadTaskQueueSize()
Returns the thread task queue size
|
int |
getThreadWaitCount()
Returns the current number of waiting schedule threads.
|
getName, getObjectName, getType
int getThreadMax()
int getThreadExecutorMax()
int getThreadPriorityMin()
int getThreadIdleMin()
int getThreadIdleMax()
int getThreadCount()
int getThreadActiveCount()
int getThreadStartingCount()
int getThreadIdleCount()
int getThreadWaitCount()
long getThreadCreateCountTotal()
long getThreadOverflowCountTotal()
int getThreadPriorityQueueSize()
int getThreadTaskQueueSize()