class CDef extends Source implements NonRrdSource
timestamps, values| Constructor and Description |
|---|
CDef(String name,
String rpnExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
Calculates values for the specified time range.
|
(package private) String |
getRpnExpression() |
getName, getTimestamps, getValues, setTimestamps, setValuespublic void calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
calculate in interface NonRrdSourcetStart - start time for calculationtEnd - end time for calculationdataProcessor - DataProcessor object for accessing other data sourcesString getRpnExpression()