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 |
---|---|
RangeAggregator |
GaugeDefinition.rangeAggregator()
Returns the aggregator to use for aggregating the gauge's range of allowed values.
|
static RangeAggregator |
RangeAggregator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RangeAggregator[] |
RangeAggregator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GaugeDefinition |
GaugeDefinition.rangeAggregator(RangeAggregator rangeAggregator)
Sets the aggregator to use for aggregating the gauge's range of allowed values.
|
Copyright © 2016 Actian Corporation. All rights reserved.