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 classBasicCounterBasic mutable implementation ofCounterSupplier.classCounterSnapshotA snapshot that reflects a point-in-time of aCounterSupplier.Methods in com.pervasive.datarush.monitoring that return CounterSupplier Modifier and Type Method Description CounterSupplierCounterDefinition. aggregate(List<? extends StatisticSupplier> values)static CounterSupplierStatisticSupplierTestHelper. aggregate(List<CounterSupplier> supps, CounterAggregator agg)CounterSupplierCounterDefinition. cast(StatisticSupplier value)static CounterSupplierStatisticSupplierTestHelper. counter(StatisticState state, long count)CounterSupplierCounterDefinition. doFinalSnapshot(StatisticSupplier supplier)static CounterSupplierStatisticSupplierTestHelper. finalSnapshot(CounterSupplier supp)CounterSupplierBasicCounter. snapshot()CounterSupplierCounterSupplier. 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 voidStatisticSupplierTestHelper. assertCounter(StatisticState expectedState, long expectedCount, CounterSupplier actual)static List<CounterSupplier>StatisticSupplierTestHelper. counters(CounterSupplier... counters)static CounterSupplierStatisticSupplierTestHelper. finalSnapshot(CounterSupplier supp)Method parameters in com.pervasive.datarush.monitoring with type arguments of type CounterSupplier Modifier and Type Method Description static CounterSupplierStatisticSupplierTestHelper. 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.
-