| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Method and Description |
|---|---|
Datasource | RrdDb.getDatasource(int dsIndex)Returns Datasource object for the given datasource index. |
Datasource | RrdDb.getDatasource(String dsName)Returns Datasource object corresponding to the given datasource name. |
(package private) Datasource[] | RrdDb.getDatasources()Datasources. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void | RrdDb.archive(Datasource datasource,
double value,
double lastValue,
long numUpdates)Archive value |
void | Datasource.copyStateTo(Datasource datasource)copyStateTo. |