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) FetchDataArchive. fetchData(FetchRequest request)FetchDataFetchRequest. fetchData()Returns data from the underlying RRD and puts it in a singleFetchDataobject.(package private) FetchDataRrdDb. 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 voidDataProcessor. addDatasource(String name, FetchData fetchData)Adds DEF datasource with datasource values already available in the FetchData object.(package private) voidDef. setFetchData(FetchData fetchData)Constructors in org.jrobin.data with parameters of type FetchData Constructor Description Def(String name, FetchData fetchData)
-