class VDef extends Source implements NonRrdSource
timestamps, values
Constructor and Description |
---|
VDef(String name,
String defName,
Variable aggr) |
Modifier and Type | Method and Description |
---|---|
void |
calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
calculate.
|
(package private) String |
getDefName() |
Variable.Value |
getValue() |
(package private) double[] |
getValues() |
getAggregates, getName, getPercentile, getTimestamps, setTimestamps, setValues
String getDefName()
public void calculate(long tStart, long tEnd, DataProcessor dataProcessor)
calculate.
calculate
in interface NonRrdSource
tStart
- a long.tEnd
- a long.dataProcessor
- a DataProcessor
object.public Variable.Value getValue()