java.lang.Object | |
↳ | org.rrd4j.data.Aggregates |
Simple class which holds aggregated values (MIN, MAX, FIRST, LAST, AVERAGE and TOTAL). You
don't need to create objects of this class directly. Objects of this class are returned from
getAggregates()
method in
FetchData
and
getAggregates(String)
DataProcessor} classes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns String representing all aggregated values.
| |||||||||||
Returns single aggregated value for the give consolidation function
| |||||||||||
Returns average
| |||||||||||
Returns the first falue
| |||||||||||
Returns the last value
| |||||||||||
Returns the maximum value
| |||||||||||
Returns the minimal value
| |||||||||||
Returns total value
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns String representing all aggregated values. Just for debugging purposes.
Returns single aggregated value for the give consolidation function
consolFun | Consolidation function: MIN, MAX, FIRST, LAST, AVERAGE, TOTAL. These constanst
are conveniently defined in the ConsolFun interface. |
---|
IllegalArgumentException | Thrown if unsupported consolidation function is supplied |
---|
Returns average
Returns the first falue
Returns the last value
Returns the maximum value
Returns the minimal value
Returns total value