class CDef extends Source implements NonRrdSource
timestamps, values| Constructor and Description |
|---|
CDef(String name,
String rpnExpression)Create a CDef. |
| 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()Return the RPN expression for this CDef. |
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()