public interface ThreadPoolMXBean
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
int |
getPoolSize() |
int |
getQueueSize() |
long |
getTaskCount() |
boolean |
isAllowsCoreThreadTimeOut() |
boolean |
isShutdown() |
boolean |
isTerminated() |
boolean |
isTerminating() |
boolean isShutdown()
boolean isTerminating()
boolean isTerminated()
int getCorePoolSize()
boolean isAllowsCoreThreadTimeOut()
int getMaximumPoolSize()
int getQueueSize()
int getPoolSize()
int getActiveCount()
int getLargestPoolSize()
long getTaskCount()
long getCompletedTaskCount()