Uses of Class
org.rrd4j.core.Archive
| Package | Description | 
|---|---|
| org.rrd4j.core | core RRD4J implementation. | 
- 
Uses of Archive in org.rrd4j.coreFields in org.rrd4j.core with type parameters of type Archive Modifier and Type Field Description protected RrdInt<Archive>Archive. rowsprotected RrdInt<Archive>Archive. stepsprotected RrdDouble<Archive>Archive. xffMethods in org.rrd4j.core that return Archive Modifier and Type Method Description ArchiveRrdDb. findMatchingArchive(FetchRequest request)findMatchingArchive.ArchiveRrdDb. 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.ArchiveRrdDb. getArchive(int arcIndex)Returns Archive object for the given archive index.ArchiveRrdDb. getArchive(ConsolFun consolFun, int steps)Returns Archive object with the given consolidation function and the number of steps.(package private) Archive[]RrdDb. getArchives()ArchiveFetchData. getMatchingArchive()Returns Archive object which is determined to be the best match for the timestamps specified in the fetch request.ArchiveArcState. getParent()Returns the Archive object to which this ArcState object belongs.ArchiveRobin. getParent()Returns the Archive object to which this Robin object belongs.ArchiveRobinArray. getParent()getParent.ArchiveRobinMatrix. getParent()Returns the Archive object to which this Robin object belongs.Methods in org.rrd4j.core with parameters of type Archive Modifier and Type Method Description voidArchive. copyStateTo(Archive arc)copyStateTo.Constructors in org.rrd4j.core with parameters of type Archive Constructor Description ArcState(Archive parentArc, boolean shouldInitialize)FetchData(Archive matchingArchive, FetchRequest request)RobinArray(Archive parentArc, int rows, boolean shouldInitialize)RobinMatrix(Archive parentArc, RrdDoubleMatrix<Archive> values, RrdInt<Archive> pointer, int column)Constructor parameters in org.rrd4j.core with type arguments of type Archive Constructor Description RobinMatrix(Archive parentArc, RrdDoubleMatrix<Archive> values, RrdInt<Archive> pointer, int column)RobinMatrix(Archive parentArc, RrdDoubleMatrix<Archive> values, RrdInt<Archive> pointer, int column)