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