Package org.rrd4j.data
Class Variable.MAX
java.lang.Object
org.rrd4j.data.Variable
org.rrd4j.data.Variable.MAX
- Enclosing class:
- Variable
public static class Variable.MAX extends Variable
The biggest of the data points and it's time stamp (the first one) is stored.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rrd4j.data.Variable
Variable.AVERAGE, Variable.ComparPercentElemen, Variable.FIRST, Variable.LAST, Variable.LSLCORREL, Variable.LSLINT, Variable.LSLSLOPE, Variable.MAX, Variable.MIN, Variable.PercentElem, Variable.PERCENTILE, Variable.PERCENTILENAN, Variable.STDDEV, Variable.TOTAL, Variable.Value
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MAX()
-
Method Summary
Modifier and Type Method Description protected Variable.Value
fill(long[] timestamps, double[] values, long start, long end)
This method is call with the needed values, extracted from the datasource to do the calculation.
-
Constructor Details
-
MAX
public MAX()
-
-
Method Details