Package org.threadly.concurrent.statistics
Package of tools and scheduler wrappers for getting statistics from concurrent systems.
-
Interface Summary Interface Description StatisticExecutor Interface for some basic statistic elements provided by any statistic executor/scheduler or any executor/scheduler wrappers.StatisticPriorityScheduler An extension ofStatisticExecutor, defining specific behavior when the statistic tracker is implementing for a scheduler which has a concept of task priorities. -
Class Summary Class Description NoThreadSchedulerStatisticTracker An implementation ofNoThreadSchedulerwhich tracks run and usage statistics.PrioritySchedulerStatisticTracker An implementation ofPrioritySchedulerwhich tracks run and usage statistics.SingleThreadSchedulerStatisticTracker An implementation ofSingleThreadSchedulerwhich tracks run and usage statistics.