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 GaugeDefinitionGaugeDefinition. aggregator(GaugeAggregator aggregator)Sets the aggregator to use for aggregating the gauge.GaugeDefinitionGaugeDefinition. category(String category)GaugeDefinitionGaugeDefinition. nonPartitioned(boolean nonPartitioned)GaugeDefinitionGaugeDefinition. rangeAggregator(RangeAggregator rangeAggregator)Sets the aggregator to use for aggregating the gauge's range of allowed values.GaugeDefinitionGaugeDefinition. shortName(String shortName)Sets a shortened name that can be used in some ui display contexts.GaugeDefinitionGaugeDefinition. unitOfMeasure(UnitOfMeasure unitOfMeasure)Sets the unit of measure.
-