Uses of Interface
com.pervasive.datarush.monitoring.AccumulatedTimerSupplier
Packages that use AccumulatedTimerSupplier
Package
Description
Provides classes and interfaces for reporting on commonly monitored resources
such as memory, threads, and I/O.
-
Uses of AccumulatedTimerSupplier in com.pervasive.datarush.monitoring
Classes in com.pervasive.datarush.monitoring that implement AccumulatedTimerSupplierModifier and TypeClassDescriptionfinal classBasic mutable implementation ofAccumulatedTimerSupplier.final classA snapshot that reflects a point-in-time of aIntervalTimerSupplier.Methods in com.pervasive.datarush.monitoring that return AccumulatedTimerSupplierModifier and TypeMethodDescriptionAccumulatedTimerDefinition.aggregate(List<? extends StatisticSupplier> values) Performs timer aggregation per the aggregation rules specified onIntervalTimerSupplier.static AccumulatedTimerSupplierStatisticSupplierTestHelper.aggregate(AccumulatedTimerSupplier... supps) AccumulatedTimerDefinition.cast(StatisticSupplier value) static AccumulatedTimerSupplierStatisticSupplierTestHelper.finalSnapshot(AccumulatedTimerSupplier supp) AccumulatedTimer.snapshot()AccumulatedTimerSupplier.snapshot()Creates a snapshot of this timer.static AccumulatedTimerSupplierStatisticSupplierTestHelper.timer(StatisticState state, long accumulatedTime) static AccumulatedTimerSupplier[]StatisticSupplierTestHelper.timers(AccumulatedTimerSupplier... counters) Methods in com.pervasive.datarush.monitoring with parameters of type AccumulatedTimerSupplierModifier and TypeMethodDescriptionstatic AccumulatedTimerSupplierStatisticSupplierTestHelper.aggregate(AccumulatedTimerSupplier... supps) static voidStatisticSupplierTestHelper.assertTimer(StatisticState state, long accumulatedTime, AccumulatedTimerSupplier timer) static AccumulatedTimerSupplierStatisticSupplierTestHelper.finalSnapshot(AccumulatedTimerSupplier supp) static AccumulatedTimerSupplier[]StatisticSupplierTestHelper.timers(AccumulatedTimerSupplier... counters) Constructors in com.pervasive.datarush.monitoring with parameters of type AccumulatedTimerSupplierModifierConstructorDescriptionCreate a snapshot of the given timer.