Uses of Class
com.pervasive.datarush.monitoring.GaugeAggregator
-
Packages that use GaugeAggregator 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 GaugeAggregator in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return GaugeAggregator Modifier and Type Method Description GaugeAggregatorGaugeDefinition. aggregator()Returns the aggregator to use for aggregating the gauge.static GaugeAggregatorGaugeAggregator. valueOf(String name)Returns the enum constant of this type with the specified name.static GaugeAggregator[]GaugeAggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.monitoring with parameters of type GaugeAggregator Modifier and Type Method Description static GaugeSupplierStatisticSupplierTestHelper. aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg)GaugeDefinitionGaugeDefinition. aggregator(GaugeAggregator aggregator)Sets the aggregator to use for aggregating the gauge.
-