Uses of Interface
com.pervasive.datarush.monitoring.GaugeSupplier
-
Packages that use GaugeSupplier 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 GaugeSupplier in com.pervasive.datarush.monitoring
Classes in com.pervasive.datarush.monitoring that implement GaugeSupplier Modifier and Type Class Description classGaugeSnapshotA snapshot that reflects a point-in-time of aGaugeSupplier.Methods in com.pervasive.datarush.monitoring that return GaugeSupplier Modifier and Type Method Description GaugeSupplierGaugeDefinition. aggregate(List<? extends StatisticSupplier> values)static GaugeSupplierStatisticSupplierTestHelper. aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg)GaugeSupplierGaugeDefinition. cast(StatisticSupplier value)GaugeSupplierGaugeDefinition. doFinalSnapshot(StatisticSupplier supplier)static GaugeSupplierStatisticSupplierTestHelper. gauge(StatisticState state, long currentValue, long minAllowedValue, long maxAllowedValue)GaugeSupplierGaugeSnapshot. snapshot()GaugeSupplierGaugeSupplier. snapshot()Methods in com.pervasive.datarush.monitoring that return types with arguments of type GaugeSupplier Modifier and Type Method Description static List<GaugeSupplier>StatisticSupplierTestHelper. gauges(GaugeSupplier... counters)Methods in com.pervasive.datarush.monitoring with parameters of type GaugeSupplier Modifier and Type Method Description static 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 GaugeSupplier Modifier and Type Method Description static GaugeSupplierStatisticSupplierTestHelper. aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg)Constructors in com.pervasive.datarush.monitoring with parameters of type GaugeSupplier Constructor Description GaugeSnapshot(GaugeSupplier supplier)Create a snapshot of the given gauge.
-