public interface TaskMetricsCollector
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount()
Currently executing threads
|
int |
getCorePoolSize()
Gets the core (minimum) pool size
|
int |
getCurrentQueueCount()
Currently waiting tasks; should not be a higher number
|
int |
getCurrentTaskCount()
Currently executing tasks
|
int |
getLargestPoolSize()
Gets the largest pool size so far
|
int |
getMaximumPoolSize()
Gets the upper limitw pool size
|
int |
getPoolSize()
Gets the current size of the pool
|
int getCurrentTaskCount()
int getCurrentQueueCount()
int getActiveCount()
int getPoolSize()
int getCorePoolSize()
int getLargestPoolSize()
int getMaximumPoolSize()