Package | Description |
---|---|
org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
RRDatabase.getDataSource(int index)
Returns the
DataSource at the specified position in this database. |
Modifier and Type | Method and Description |
---|---|
Iterator<DataSource> |
RRDatabase.getDataSources()
Returns an iterator over the data sources in this database in proper sequence.
|