| Class | Description |
|---|---|
| Aggregates |
Simple class which holds aggregated values (MIN, MAX, FIRST, LAST, AVERAGE and TOTAL).
|
| Aggregator | |
| CDef | |
| 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.
|
| Def | |
| LinearInterpolator |
Class used to interpolate datasource values from the collection of (timestamp, values)
points.
|
| Normalizer | |
| PDef | |
| PercentileDef | |
| Plottable |
Interface to be used for custom datasources.
|
| RpnCalculator | |
| SDef | |
| Source |