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 class
GaugeSnapshot
A snapshot that reflects a point-in-time of aGaugeSupplier
.Methods in com.pervasive.datarush.monitoring that return GaugeSupplier Modifier and Type Method Description GaugeSupplier
GaugeDefinition. aggregate(List<? extends StatisticSupplier> values)
static GaugeSupplier
StatisticSupplierTestHelper. aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg)
GaugeSupplier
GaugeDefinition. cast(StatisticSupplier value)
GaugeSupplier
GaugeDefinition. doFinalSnapshot(StatisticSupplier supplier)
static GaugeSupplier
StatisticSupplierTestHelper. gauge(StatisticState state, long currentValue, long minAllowedValue, long maxAllowedValue)
GaugeSupplier
GaugeSnapshot. snapshot()
GaugeSupplier
GaugeSupplier. 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 void
StatisticSupplierTestHelper. 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 GaugeSupplier
StatisticSupplierTestHelper. 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.
-