Uses of Interface
com.pervasive.datarush.monitoring.CounterSupplier
Packages that use CounterSupplier
Package
Description
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 CounterSupplierModifier and TypeClassDescriptionfinal classBasic mutable implementation ofCounterSupplier.final classA snapshot that reflects a point-in-time of aCounterSupplier.Methods in com.pervasive.datarush.monitoring that return CounterSupplierModifier and TypeMethodDescriptionCounterDefinition.aggregate(List<? extends StatisticSupplier> values) static CounterSupplierStatisticSupplierTestHelper.aggregate(List<CounterSupplier> supps, CounterAggregator agg) CounterDefinition.cast(StatisticSupplier value) static CounterSupplierStatisticSupplierTestHelper.counter(StatisticState state, long count) CounterDefinition.doFinalSnapshot(StatisticSupplier supplier) static CounterSupplierStatisticSupplierTestHelper.finalSnapshot(CounterSupplier supp) BasicCounter.snapshot()CounterSupplier.snapshot()Methods in com.pervasive.datarush.monitoring that return types with arguments of type CounterSupplierModifier and TypeMethodDescriptionstatic List<CounterSupplier>StatisticSupplierTestHelper.counters(CounterSupplier... counters) Methods in com.pervasive.datarush.monitoring with parameters of type CounterSupplierModifier and TypeMethodDescriptionstatic 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 CounterSupplierModifier and TypeMethodDescriptionstatic CounterSupplierStatisticSupplierTestHelper.aggregate(List<CounterSupplier> supps, CounterAggregator agg) Constructors in com.pervasive.datarush.monitoring with parameters of type CounterSupplierModifierConstructorDescriptionCounterSnapshot(CounterSupplier source) Create a snapshot of the given counter.