Uses of Class
com.pervasive.datarush.monitoring.RangeAggregator
-
Packages that use RangeAggregator 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 RangeAggregator in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return RangeAggregator Modifier and Type Method Description RangeAggregator
GaugeDefinition. rangeAggregator()
Returns the aggregator to use for aggregating the gauge's range of allowed values.static RangeAggregator
RangeAggregator. valueOf(String name)
Returns the enum constant of this type with the specified name.static RangeAggregator[]
RangeAggregator. 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 RangeAggregator Modifier and Type Method Description static GaugeSupplier
StatisticSupplierTestHelper. aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg)
GaugeDefinition
GaugeDefinition. rangeAggregator(RangeAggregator rangeAggregator)
Sets the aggregator to use for aggregating the gauge's range of allowed values.
-