Uses of Class
org.rrd4j.core.Archive
-
Uses of Archive in org.rrd4j.core
Modifier and TypeMethodDescriptionRrdDb.findMatchingArchive
(FetchRequest request) findMatchingArchive.RrdDb.findStartMatchArchive
(String consolFun, long startTime, long resolution) Finds the archive that best matches to the start time (time period being start-time until now) and requested resolution.RrdDb.getArchive
(int arcIndex) Returns Archive object for the given archive index.RrdDb.getArchive
(ConsolFun consolFun, int steps) Returns Archive object with the given consolidation function and the number of steps.(package private) Archive[]
RrdDb.getArchives()
FetchData.getMatchingArchive()
Returns Archive object which is determined to be the best match for the timestamps specified in the fetch request.ArcState.getParent()
Returns the Archive object to which this ArcState object belongs.Robin.getParent()
Returns the Archive object to which this Robin object belongs.RobinArray.getParent()
getParent.RobinMatrix.getParent()
Returns the Archive object to which this Robin object belongs.ModifierConstructorDescription(package private)
(package private)
FetchData
(Archive matchingArchive, FetchRequest request) (package private)
RobinArray
(Archive parentArc, int rows, boolean shouldInitialize) (package private)
RobinMatrix
(Archive parentArc, RrdDoubleMatrix<Archive> values, RrdInt<Archive> pointer, int column) ModifierConstructorDescription(package private)
RobinMatrix
(Archive parentArc, RrdDoubleMatrix<Archive> values, RrdInt<Archive> pointer, int column) (package private)
RobinMatrix
(Archive parentArc, RrdDoubleMatrix<Archive> values, RrdInt<Archive> pointer, int column)