| Package | Description |
|---|---|
| org.rrd4j.core.jrrd |
This package provides read-only access to natives RRD file.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
RRDatabase.getArchive(int index)
Returns the
Archive at the specified position in this database. |
Archive |
RRDatabase.getArchive(String name)
getArchive.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ArrayList<Archive> |
RRDatabase.getArchiveList(ConsolidationFunctionType type) |
Iterator<Archive> |
RRDatabase.getArchives()
Returns an iterator over the archives in this database in proper sequence.
|
Iterator<Archive> |
RRDatabase.getArchives(ConsolidationFunctionType type)
Returns an iterator over the archives in this database of the given type in proper sequence.
|