Uses of Class
org.jrobin.core.FetchData
-
Packages that use FetchData Package Description org.jrobin.core org.jrobin.data JRobin data management. -
-
Uses of FetchData in org.jrobin.core
Methods in org.jrobin.core that return FetchData Modifier and Type Method Description (package private) FetchData
Archive. fetchData(FetchRequest request)
FetchData
FetchRequest. fetchData()
Returns data from the underlying RRD and puts it in a singleFetchData
object.(package private) FetchData
RrdDb. fetchData(FetchRequest request)
-
Uses of FetchData in org.jrobin.data
Methods in org.jrobin.data with parameters of type FetchData Modifier and Type Method Description void
DataProcessor. addDatasource(String name, FetchData fetchData)
Adds DEF datasource with datasource values already available in the FetchData object.(package private) void
Def. setFetchData(FetchData fetchData)
Constructors in org.jrobin.data with parameters of type FetchData Constructor Description Def(String name, FetchData fetchData)
-