Package | Description |
---|---|
com.pervasive.datarush.monitoring |
Provides classes and interfaces for reporting on commonly monitored
resources such as memory, threads, and I/O.
|
Modifier and Type | Method and 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.
|
Copyright © 2016 Actian Corporation. All rights reserved.