Uses of Interface
com.pervasive.datarush.monitoring.CounterSupplier
-
Packages that use CounterSupplier 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 CounterSupplier in com.pervasive.datarush.monitoring
Classes in com.pervasive.datarush.monitoring that implement CounterSupplier Modifier and Type Class Description class
BasicCounter
Basic mutable implementation ofCounterSupplier
.class
CounterSnapshot
A snapshot that reflects a point-in-time of aCounterSupplier
.Methods in com.pervasive.datarush.monitoring that return CounterSupplier Modifier and Type Method Description CounterSupplier
CounterDefinition. aggregate(List<? extends StatisticSupplier> values)
static CounterSupplier
StatisticSupplierTestHelper. aggregate(List<CounterSupplier> supps, CounterAggregator agg)
CounterSupplier
CounterDefinition. cast(StatisticSupplier value)
static CounterSupplier
StatisticSupplierTestHelper. counter(StatisticState state, long count)
CounterSupplier
CounterDefinition. doFinalSnapshot(StatisticSupplier supplier)
static CounterSupplier
StatisticSupplierTestHelper. finalSnapshot(CounterSupplier supp)
CounterSupplier
BasicCounter. snapshot()
CounterSupplier
CounterSupplier. snapshot()
Methods in com.pervasive.datarush.monitoring that return types with arguments of type CounterSupplier Modifier and Type Method Description static List<CounterSupplier>
StatisticSupplierTestHelper. counters(CounterSupplier... counters)
Methods in com.pervasive.datarush.monitoring with parameters of type CounterSupplier Modifier and Type Method Description static void
StatisticSupplierTestHelper. assertCounter(StatisticState expectedState, long expectedCount, CounterSupplier actual)
static List<CounterSupplier>
StatisticSupplierTestHelper. counters(CounterSupplier... counters)
static CounterSupplier
StatisticSupplierTestHelper. finalSnapshot(CounterSupplier supp)
Method parameters in com.pervasive.datarush.monitoring with type arguments of type CounterSupplier Modifier and Type Method Description static CounterSupplier
StatisticSupplierTestHelper. aggregate(List<CounterSupplier> supps, CounterAggregator agg)
Constructors in com.pervasive.datarush.monitoring with parameters of type CounterSupplier Constructor Description CounterSnapshot(CounterSupplier source)
Create a snapshot of the given counter.
-