Uses of Enum Class
com.pervasive.datarush.monitoring.GaugeAggregator
Packages that use GaugeAggregator
Package
Description
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 GaugeAggregatorModifier and TypeMethodDescriptionGaugeDefinition.aggregator()Returns the aggregator to use for aggregating the gauge.static GaugeAggregatorReturns the enum constant of this class with the specified name.static GaugeAggregator[]GaugeAggregator.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 GaugeAggregatorModifier and TypeMethodDescriptionstatic GaugeSupplierStatisticSupplierTestHelper.aggregate(List<GaugeSupplier> supps, GaugeAggregator agg, RangeAggregator ragg) GaugeDefinition.aggregator(GaugeAggregator aggregator) Sets the aggregator to use for aggregating the gauge.