Uses of Class
org.jrobin.core.FetchRequest
-
Packages that use FetchRequest Package Description org.jrobin.core -
-
Uses of FetchRequest in org.jrobin.core
Methods in org.jrobin.core that return FetchRequest Modifier and Type Method Description FetchRequestRrdDb. createFetchRequest(String consolFun, long fetchStart, long fetchEnd)Prepares fetch request to be executed on this RRD.FetchRequestRrdDb. createFetchRequest(String 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.jrobin.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)Constructors in org.jrobin.core with parameters of type FetchRequest Constructor Description FetchData(Archive matchingArchive, FetchRequest request)
-