Package org.rrd4j.data
Class VDef
java.lang.Object
org.rrd4j.data.Source
org.rrd4j.data.VDef
- All Implemented Interfaces:
NonRrdSource
-
Field Summary
Fields inherited from class org.rrd4j.data.Source
timestamps, values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalculate(long tStart, long tEnd, DataProcessor dataProcessor) calculate.(package private) StringgetValue()(package private) double[]Methods inherited from class org.rrd4j.data.Source
getAggregates, getName, getPercentile, getTimestamps, setTimestamps, setValues
-
Constructor Details
-
VDef
-
-
Method Details
-
getDefName
String getDefName() -
calculate
calculate.
- Specified by:
calculatein interfaceNonRrdSource- Parameters:
tStart- a long.tEnd- a long.dataProcessor- aDataProcessorobject.
-
getValue
-
getValues
double[] getValues()
-