Interface ExecutorMonitor
- All Known Implementing Classes:
CodeGenThreadPoolExecutor
public interface ExecutorMonitor
-
Method Summary
Modifier and Type Method Description intgetActiveCount()longgetCompletedTaskCount()intgetCorePoolSize()longgetKeepAliveTime(TimeUnit unit)intgetLargestPoolSize()intgetMaximumPoolSize()intgetPoolSize()longgetQueueSize()longgetTaskCount()
-
Method Details
-
getActiveCount
int getActiveCount() -
getCompletedTaskCount
long getCompletedTaskCount() -
getCorePoolSize
int getCorePoolSize() -
getKeepAliveTime
-
getLargestPoolSize
int getLargestPoolSize() -
getMaximumPoolSize
int getMaximumPoolSize() -
getPoolSize
int getPoolSize() -
getTaskCount
long getTaskCount() -
getQueueSize
long getQueueSize()
-