| Package | Description |
|---|---|
| org.rrd4j.data | RRD4J data management classes and interfaces. Provides data sources, processors, aggregators, and utilities for Round Robin Database (RRD) operations and calculations. |
| Modifier and Type | Class and Description |
|---|---|
class | LinearInterpolatorInterpolates datasource values from timestamp-value collections. Suitable for linear interpolation of time-series data points. |
| Modifier and Type | Method and Description |
|---|---|
void | DataProcessor.addDatasource(String name,
org.rrd4j.data.Plottable plottable)Deprecated. Uses DataProcessor.datasource(String, IPlottable) instead |