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 class
AccumulatedTimer
Basic mutable implementation ofAccumulatedTimerSupplier
.class
AccumulatedTimerSnapshot
A snapshot that reflects a point-in-time of aIntervalTimerSupplier
.Methods in com.pervasive.datarush.monitoring that return AccumulatedTimerSupplier Modifier and Type Method Description AccumulatedTimerSupplier
AccumulatedTimerDefinition. aggregate(List<? extends StatisticSupplier> values)
Performs timer aggregation per the aggregation rules specified onIntervalTimerSupplier
.static AccumulatedTimerSupplier
StatisticSupplierTestHelper. aggregate(AccumulatedTimerSupplier... supps)
AccumulatedTimerSupplier
AccumulatedTimerDefinition. cast(StatisticSupplier value)
static AccumulatedTimerSupplier
StatisticSupplierTestHelper. finalSnapshot(AccumulatedTimerSupplier supp)
AccumulatedTimerSupplier
AccumulatedTimer. snapshot()
AccumulatedTimerSupplier
AccumulatedTimerSupplier. snapshot()
Creates a snapshot of this timer.static AccumulatedTimerSupplier
StatisticSupplierTestHelper. 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 AccumulatedTimerSupplier
StatisticSupplierTestHelper. aggregate(AccumulatedTimerSupplier... supps)
static void
StatisticSupplierTestHelper. assertTimer(StatisticState state, long accumulatedTime, AccumulatedTimerSupplier timer)
static AccumulatedTimerSupplier
StatisticSupplierTestHelper. 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.
-