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. |
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 |
Abstract class to be used for custom datasources. |