class PDef extends Source implements NonRrdSource
timestamps, values
Constructor and Description |
---|
PDef(String name,
IPlottable plottable2) |
Modifier and Type | Method and Description |
---|---|
void |
calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
calculate.
|
getAggregates, getName, getPercentile, getTimestamps, getValues, setTimestamps, setValues
PDef(String name, IPlottable plottable2)
public void calculate(long tStart, long tEnd, DataProcessor dataProcessor)
calculate.
calculate
in interface NonRrdSource
tStart
- a long.tEnd
- a long.dataProcessor
- a DataProcessor
object.