| Package | Description |
|---|---|
| org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
| 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 | Method and Description |
|---|---|
org.rrd4j.data.Plottable |
DataChunk.toPlottable(String name)
Extract a datasource from the datachunck given is name as a Plottable
|
| Modifier and Type | Class and Description |
|---|---|
class |
LinearInterpolator
Interpolates 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 |