Class Summary | |
---|---|
Aggregates | Simple class which holds aggregated values (MIN, MAX, FIRST, LAST, AVERAGE and TOTAL). |
CubicSplineInterpolator |
Class used to interpolate datasource values from the collection of (timestamp, values)
points using natural cubic spline interpolation. WARNING: So far, this class cannot handle NaN datasource values (an exception will be thrown by the constructor). |
DataProcessor | Class which should be used for all calculations based on the data fetched from RRD files. |
LinearInterpolator | Class used to interpolate datasource values from the collection of (timestamp, values) points. |
Plottable |
Interface to be used for custom datasources. |