@Deprecated
public interface IExecutorMBean
ThreadPoolMetrics
Modifier and Type | Method and Description |
---|---|
int |
getActiveCount()
Deprecated.
Get the current number of running tasks
|
long |
getCompletedTasks()
Deprecated.
Get the number of completed tasks
|
long |
getPendingTasks()
Deprecated.
Get the number of tasks waiting to be executed
|
Copyright © 2015 The Apache Software Foundation