Package org.rrd4j.data
Class VDef
- java.lang.Object
-
- org.rrd4j.data.Source
-
- org.rrd4j.data.VDef
-
- All Implemented Interfaces:
NonRrdSource
class VDef extends Source implements NonRrdSource
-
-
Field Summary
-
Fields inherited from class org.rrd4j.data.Source
timestamps, values
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcalculate(long tStart, long tEnd, DataProcessor dataProcessor)calculate.(package private) StringgetDefName()Variable.ValuegetValue()(package private) double[]getValues()-
Methods inherited from class org.rrd4j.data.Source
getAggregates, getName, getPercentile, getTimestamps, setTimestamps, setValues
-
-
-
-
Method Detail
-
getDefName
String getDefName()
-
calculate
public void calculate(long tStart, long tEnd, DataProcessor dataProcessor)calculate.
- Specified by:
calculatein interfaceNonRrdSource- Parameters:
tStart- a long.tEnd- a long.dataProcessor- aDataProcessorobject.
-
getValue
public Variable.Value getValue()
-
-