Uses of Class
com.pervasive.datarush.monitoring.GaugeDefinition
Packages that use GaugeDefinition
Package
Description
Provides classes and interfaces for reporting on commonly monitored resources
such as memory, threads, and I/O.
-
Uses of GaugeDefinition in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return GaugeDefinitionModifier and TypeMethodDescriptionGaugeDefinition.aggregator(GaugeAggregator aggregator) Sets the aggregator to use for aggregating the gauge.GaugeDefinition.nonPartitioned(boolean nonPartitioned) GaugeDefinition.rangeAggregator(RangeAggregator rangeAggregator) Sets the aggregator to use for aggregating the gauge's range of allowed values.Sets a shortened name that can be used in some ui display contexts.GaugeDefinition.unitOfMeasure(UnitOfMeasure unitOfMeasure) Sets the unit of measure.