Uses of Class
org.rrd4j.core.FetchRequest
| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of FetchRequest in org.rrd4j.core
Methods in org.rrd4j.core that return FetchRequest Modifier and Type Method Description FetchRequestRrdDb. createFetchRequest(ConsolFun consolFun, long fetchStart, long fetchEnd)Prepares fetch request to be executed on this RRD.FetchRequestRrdDb. createFetchRequest(ConsolFun consolFun, long fetchStart, long fetchEnd, long resolution)Prepares fetch request to be executed on this RRD.FetchRequestFetchData. getRequest()ReturnsFetchRequestobject used to create this FetchData object.Methods in org.rrd4j.core with parameters of type FetchRequest Modifier and Type Method Description (package private) FetchDataArchive. fetchData(FetchRequest request)(package private) FetchDataRrdDb. fetchData(FetchRequest request)ArchiveRrdDb. findMatchingArchive(FetchRequest request)findMatchingArchive.Constructors in org.rrd4j.core with parameters of type FetchRequest Constructor Description FetchData(Archive matchingArchive, FetchRequest request)