Uses of Interface
com.pervasive.datarush.monitoring.AccumulatedTimerSupplier
-
Packages that use AccumulatedTimerSupplier Package Description com.pervasive.datarush.monitoring 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 AccumulatedTimerSupplier Modifier and Type Class Description classAccumulatedTimerBasic mutable implementation ofAccumulatedTimerSupplier.classAccumulatedTimerSnapshotA snapshot that reflects a point-in-time of aIntervalTimerSupplier.Methods in com.pervasive.datarush.monitoring that return AccumulatedTimerSupplier Modifier and Type Method Description AccumulatedTimerSupplierAccumulatedTimerDefinition. aggregate(List<? extends StatisticSupplier> values)Performs timer aggregation per the aggregation rules specified onIntervalTimerSupplier.static AccumulatedTimerSupplierStatisticSupplierTestHelper. aggregate(AccumulatedTimerSupplier... supps)AccumulatedTimerSupplierAccumulatedTimerDefinition. cast(StatisticSupplier value)static AccumulatedTimerSupplierStatisticSupplierTestHelper. finalSnapshot(AccumulatedTimerSupplier supp)AccumulatedTimerSupplierAccumulatedTimer. snapshot()AccumulatedTimerSupplierAccumulatedTimerSupplier. 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 AccumulatedTimerSupplier Modifier and Type Method Description static 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 AccumulatedTimerSupplier Constructor Description AccumulatedTimerSnapshot(AccumulatedTimerSupplier source)Create a snapshot of the given timer.
-