Uses of Enum Class
com.pervasive.datarush.monitoring.RangeAggregator
Packages that use RangeAggregator
Package
Description
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 RangeAggregatorModifier and TypeMethodDescriptionGaugeDefinition.rangeAggregator()Returns the aggregator to use for aggregating the gauge's range of allowed values.static RangeAggregatorReturns the enum constant of this class with the specified name.static RangeAggregator[]RangeAggregator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.monitoring with parameters of type RangeAggregatorModifier and TypeMethodDescriptionstatic GaugeSupplierStatisticSupplierTestHelper.aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg) GaugeDefinition.rangeAggregator(RangeAggregator rangeAggregator) Sets the aggregator to use for aggregating the gauge's range of allowed values.