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 GaugeAggregator
GaugeDefinition. aggregator()
Returns the aggregator to use for aggregating the gauge.static GaugeAggregator
GaugeAggregator. 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 GaugeSupplier
StatisticSupplierTestHelper. aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg)
GaugeDefinition
GaugeDefinition. aggregator(GaugeAggregator aggregator)
Sets the aggregator to use for aggregating the gauge.
-