|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IQueueCounters.IThreadPoolExecutorCounters
Additional counters available for any ThreadPoolExecutor.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bigdata.util.concurrent.IQueueCounters |
|---|
IQueueCounters.ITaskCounters, IQueueCounters.IThreadPoolExecutorCounters, IQueueCounters.IThreadPoolExecutorTaskCounters, IQueueCounters.IWriteServiceExecutorCounters |
| Field Summary | |
|---|---|
static String |
AverageActiveCount
The #of tasks that are currently running (moving average). |
static String |
AverageQueueLength
The queue length (moving average). |
static String |
LargestPoolSize
The maximum observed value for the size of the thread pool for the service. |
static String |
PoolSize
The current size of the thread pool for the service. |
static String |
TaskCompleteCount
Count of all tasks completed by the service (failed + success). |
| Fields inherited from interface com.bigdata.util.concurrent.IQueueCounters |
|---|
AverageQueueSize |
| Fields inherited from interface com.bigdata.counters.ICounterHierarchy |
|---|
CPU, Info, LogicalDisk, Memory, Memory_GarbageCollectors, PhysicalDisk, ps |
| Field Detail |
|---|
static final String TaskCompleteCount
IQueueCounters.ITaskCounters.TaskCompleteCount,
Constant Field Valuesstatic final String AverageActiveCount
Note: This count does NOT reflect the #of tasks holding locks for queues where tasks require locks to execute.
IQueueCounters.IWriteServiceExecutorCounters.AverageActiveCountWithLocksHeld,
Constant Field Valuesstatic final String AverageQueueLength
Note: this is the primary average of interest - it includes both the tasks waiting to be run and those that are currently running in the definition of the "queue length".
static final String PoolSize
static final String LargestPoolSize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||