Package org.rrd4j.data
Class PDef
java.lang.Object
org.rrd4j.data.Source
org.rrd4j.data.PDef
- All Implemented Interfaces:
NonRrdSource
-
Field Summary
Fields inherited from class org.rrd4j.data.Source
timestamps, values
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
calculate
(long tStart, long tEnd, DataProcessor dataProcessor) calculate.Methods inherited from class org.rrd4j.data.Source
getAggregates, getName, getPercentile, getTimestamps, getValues, setTimestamps, setValues
-
Constructor Details
-
PDef
PDef(String name, IPlottable plottable2)
-
-
Method Details
-
calculate
calculate.
- Specified by:
calculate
in interfaceNonRrdSource
- Parameters:
tStart
- a long.tEnd
- a long.dataProcessor
- aDataProcessor
object.
-