See: Description
Interface | Description |
---|---|
StatisticExecutor |
Interface for some basic statistic elements provided by any statistic executor/scheduler or any
executor/scheduler wrappers.
|
StatisticPriorityScheduler |
An extension of
StatisticExecutor , defining specific behavior when the statistic
tracker is implementing for a scheduler which has a concept of task priorities. |
Class | Description |
---|---|
NoThreadSchedulerStatisticTracker |
An implementation of
NoThreadScheduler which tracks run and usage statistics. |
PrioritySchedulerStatisticTracker |
An implementation of
PriorityScheduler which tracks run and usage statistics. |
SingleThreadSchedulerStatisticTracker |
An implementation of
SingleThreadScheduler which tracks run and usage statistics. |