Package org.rrd4j.data
Class CDef
java.lang.Object
org.rrd4j.data.Source
org.rrd4j.data.CDef
- 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) StringMethods inherited from class org.rrd4j.data.Source
getAggregates, getName, getPercentile, getTimestamps, getValues, setTimestamps, setValues
-
Constructor Details
-
CDef
-
-
Method Details
-
getRpnExpression
String getRpnExpression() -
calculate
calculate.
- Specified by:
calculatein interfaceNonRrdSource- Parameters:
tStart- a long.tEnd- a long.dataProcessor- aDataProcessorobject.
-