public interface ThreadPoolExecutorMXBean
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsCoreThreadTimeOut() |
int |
getActiveCount() |
long |
getCompletedTaskCount() |
int |
getCorePoolSize() |
long |
getKeepAliveTimeSeconds() |
int |
getLargestPoolSize() |
int |
getMaximumPoolSize() |
javax.management.ObjectName |
getObjectName() |
int |
getPoolSize() |
long |
getTaskCount() |
boolean |
isShutdown() |
boolean |
isTerminated() |
boolean |
isTerminating() |
int |
workQueueRemainingCapacity() |
int |
workQueueSize() |
boolean allowsCoreThreadTimeOut()
int getActiveCount()
long getCompletedTaskCount()
int getCorePoolSize()
long getKeepAliveTimeSeconds()
int getLargestPoolSize()
int getMaximumPoolSize()
int getPoolSize()
long getTaskCount()
boolean isShutdown()
boolean isTerminated()
boolean isTerminating()
int workQueueRemainingCapacity()
int workQueueSize()
javax.management.ObjectName getObjectName()
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.