Uses of Class
org.rrd4j.core.jrrd.Archive
Packages that use Archive
-
Uses of Archive in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return ArchiveModifier and TypeMethodDescriptionRRDatabase.getArchive
(int index) Returns theArchive
at the specified position in this database.RRDatabase.getArchive
(String name) getArchive.Methods in org.rrd4j.core.jrrd that return types with arguments of type ArchiveModifier and TypeMethodDescriptionRRDatabase.getArchiveList
(ConsolidationFunctionType type) RRDatabase.getArchives()
Returns an iterator over the archives in this database in proper sequence.RRDatabase.getArchives
(ConsolidationFunctionType type) Returns an iterator over the archives in this database of the given type in proper sequence.