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 FetchRequest
RrdDb. createFetchRequest(ConsolFun consolFun, long fetchStart, long fetchEnd)
Prepares fetch request to be executed on this RRD.FetchRequest
RrdDb. createFetchRequest(ConsolFun consolFun, long fetchStart, long fetchEnd, long resolution)
Prepares fetch request to be executed on this RRD.FetchRequest
FetchData. getRequest()
ReturnsFetchRequest
object used to create this FetchData object.Methods in org.rrd4j.core with parameters of type FetchRequest Modifier and Type Method Description (package private) FetchData
Archive. fetchData(FetchRequest request)
(package private) FetchData
RrdDb. fetchData(FetchRequest request)
Archive
RrdDb. findMatchingArchive(FetchRequest request)
findMatchingArchive.Constructors in org.rrd4j.core with parameters of type FetchRequest Constructor Description FetchData(Archive matchingArchive, FetchRequest request)