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 void
calculate(long tStart, long tEnd, DataProcessor dataProcessor)
calculate.(package private) String
getDefName()
Variable.Value
getValue()
(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:
calculate
in interfaceNonRrdSource
- Parameters:
tStart
- a long.tEnd
- a long.dataProcessor
- aDataProcessor
object.
-
getValue
public Variable.Value getValue()
-
-