Uses of Interface
com.pervasive.datarush.monitoring.IntervalTimerSupplier
-
Packages that use IntervalTimerSupplier 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 IntervalTimerSupplier in com.pervasive.datarush.monitoring
Classes in com.pervasive.datarush.monitoring that implement IntervalTimerSupplier Modifier and Type Class Description class
AbstractIntervalTimerSupplier
Convenient base class that should be extended by all implementations ofIntervalTimerSupplier
class
IntervalTimer
Basic mutable implementation ofAccumulatedTimerSupplier
.class
IntervalTimerSnapshot
A snapshot that reflects a point-in-time of aIntervalTimerSupplier
.Methods in com.pervasive.datarush.monitoring that return IntervalTimerSupplier Modifier and Type Method Description IntervalTimerSupplier
IntervalTimerDefinition. aggregate(List<? extends StatisticSupplier> values)
Performs timer aggregation per the aggregation rules specified onIntervalTimerSupplier
.static IntervalTimerSupplier
StatisticSupplierTestHelper. aggregate(IntervalTimerSupplier... supps)
IntervalTimerSupplier
IntervalTimerDefinition. cast(StatisticSupplier value)
static IntervalTimerSupplier
StatisticSupplierTestHelper. finalSnapshot(IntervalTimerSupplier supp)
IntervalTimerSupplier
IntervalTimerSupplier. snapshot()
Creates a snapshot of this timer.static IntervalTimerSupplier
StatisticSupplierTestHelper. timer(StatisticState state, long startTimeMillis, long endTimeMillis)
static IntervalTimerSupplier[]
StatisticSupplierTestHelper. timers(IntervalTimerSupplier... counters)
Methods in com.pervasive.datarush.monitoring with parameters of type IntervalTimerSupplier Modifier and Type Method Description static IntervalTimerSupplier
StatisticSupplierTestHelper. aggregate(IntervalTimerSupplier... supps)
static void
StatisticSupplierTestHelper. assertTimer(StatisticState state, long startTimeMillis, long endTimeMillis, IntervalTimerSupplier timer)
static IntervalTimerSupplier
StatisticSupplierTestHelper. finalSnapshot(IntervalTimerSupplier supp)
static IntervalTimerSupplier[]
StatisticSupplierTestHelper. timers(IntervalTimerSupplier... counters)
Constructors in com.pervasive.datarush.monitoring with parameters of type IntervalTimerSupplier Constructor Description IntervalTimerSnapshot(IntervalTimerSupplier source)
Create a snapshot of the given timer.
-