Uses of Class
org.rrd4j.core.FetchRequest
Packages that use FetchRequest
-
Uses of FetchRequest in org.rrd4j.core
Methods in org.rrd4j.core that return FetchRequestModifier and TypeMethodDescriptionRrdDb.createFetchRequest(ConsolFun consolFun, long fetchStart, long fetchEnd) Prepares fetch request to be executed on this RRD.RrdDb.createFetchRequest(ConsolFun consolFun, long fetchStart, long fetchEnd, long resolution) Prepares fetch request to be executed on this RRD.FetchData.getRequest()ReturnsFetchRequestobject used to create this FetchData object.Methods in org.rrd4j.core with parameters of type FetchRequestModifier and TypeMethodDescription(package private) FetchDataArchive.fetchData(FetchRequest request) (package private) FetchDataRrdDb.fetchData(FetchRequest request) RrdDb.findMatchingArchive(FetchRequest request) findMatchingArchive.Constructors in org.rrd4j.core with parameters of type FetchRequestModifierConstructorDescription(package private)FetchData(Archive matchingArchive, FetchRequest request)