Uses of Class
org.rrd4j.data.Variable.Value
Packages that use Variable.Value
-
Uses of Variable.Value in org.rrd4j.data
Fields in org.rrd4j.data declared as Variable.ValueMethods in org.rrd4j.data that return Variable.ValueModifier and TypeMethodDescriptionprotected Variable.Value
Variable.AVERAGE.fill
(long[] timestamps, double[] values, long start, long end) protected abstract Variable.Value
Variable.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.protected Variable.Value
Variable.FIRST.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.LAST.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.LSLCORREL.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.LSLINT.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.LSLSLOPE.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.MAX.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.MIN.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.PERCENTILE.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.STDDEV.fill
(long[] timestamps, double[] values, long start, long end) protected Variable.Value
Variable.TOTAL.fill
(long[] timestamps, double[] values, long start, long end) Variable.getValue()
VDef.getValue()
DataProcessor.getVariable
(String sourceName) Extract the variable value from an already define Variable datasource (a VDEF)DataProcessor.getVariable
(String sourceName, Variable var) Returns single aggregated value for a single datasource.