Uses of Interface
com.pervasive.datarush.monitoring.GaugeSupplier
Packages that use GaugeSupplier
Package
Description
Provides classes and interfaces for reporting on commonly monitored resources
such as memory, threads, and I/O.
-
Uses of GaugeSupplier in com.pervasive.datarush.monitoring
Classes in com.pervasive.datarush.monitoring that implement GaugeSupplierModifier and TypeClassDescriptionfinal classA snapshot that reflects a point-in-time of aGaugeSupplier.Methods in com.pervasive.datarush.monitoring that return GaugeSupplierModifier and TypeMethodDescriptionGaugeDefinition.aggregate(List<? extends StatisticSupplier> values) static GaugeSupplierStatisticSupplierTestHelper.aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg) GaugeDefinition.cast(StatisticSupplier value) GaugeDefinition.doFinalSnapshot(StatisticSupplier supplier) static GaugeSupplierStatisticSupplierTestHelper.gauge(StatisticState state, long currentValue, long minAllowedValue, long maxAllowedValue) GaugeSnapshot.snapshot()GaugeSupplier.snapshot()Methods in com.pervasive.datarush.monitoring that return types with arguments of type GaugeSupplierModifier and TypeMethodDescriptionstatic List<GaugeSupplier>StatisticSupplierTestHelper.gauges(GaugeSupplier... counters) Methods in com.pervasive.datarush.monitoring with parameters of type GaugeSupplierModifier and TypeMethodDescriptionstatic voidStatisticSupplierTestHelper.assertGauge(StatisticState state, long currentValue, long minAllowedValue, long maxAllowedValue, GaugeSupplier actual) static List<GaugeSupplier>StatisticSupplierTestHelper.gauges(GaugeSupplier... counters) Method parameters in com.pervasive.datarush.monitoring with type arguments of type GaugeSupplierModifier and TypeMethodDescriptionstatic GaugeSupplierStatisticSupplierTestHelper.aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg) Constructors in com.pervasive.datarush.monitoring with parameters of type GaugeSupplierModifierConstructorDescriptionGaugeSnapshot(GaugeSupplier supplier) Create a snapshot of the given gauge.