Uses of Class
com.pervasive.datarush.monitoring.GaugeDefinition
-
Packages that use GaugeDefinition 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 GaugeDefinition in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return GaugeDefinition Modifier and Type Method Description GaugeDefinition
GaugeDefinition. aggregator(GaugeAggregator aggregator)
Sets the aggregator to use for aggregating the gauge.GaugeDefinition
GaugeDefinition. category(String category)
GaugeDefinition
GaugeDefinition. nonPartitioned(boolean nonPartitioned)
GaugeDefinition
GaugeDefinition. rangeAggregator(RangeAggregator rangeAggregator)
Sets the aggregator to use for aggregating the gauge's range of allowed values.GaugeDefinition
GaugeDefinition. shortName(String shortName)
Sets a shortened name that can be used in some ui display contexts.GaugeDefinition
GaugeDefinition. unitOfMeasure(UnitOfMeasure unitOfMeasure)
Sets the unit of measure.
-