Uses of Class
org.rrd4j.core.FetchData
Packages that use FetchData
Package
Description
core RRD4J implementation.
RRD4J data management.
RRD4J graph capabilities.
- 
Uses of FetchData in org.rrd4j.core
Methods in org.rrd4j.core that return FetchDataModifier and TypeMethodDescription(package private) FetchDataArchive.fetchData(FetchRequest request) FetchRequest.fetchData()Returns data from the underlying RRD and puts it in a singleFetchDataobject.(package private) FetchDataRrdDb.fetchData(FetchRequest request) Methods in org.rrd4j.core with parameters of type FetchDataModifier and TypeMethodDescriptionvoidDataHolder.datasource(String name, String dsName, FetchData fetchData) Creates a new 'fetched' datasource.voidDataHolder.datasource(String name, FetchData fetchData) Creates a new 'fetched' datasource. - 
Uses of FetchData in org.rrd4j.data
Methods in org.rrd4j.data with parameters of type FetchDataModifier and TypeMethodDescriptionvoidDataProcessor.addDatasource(String name, String dsName, FetchData fetchData) Deprecated.voidDataProcessor.addDatasource(String name, FetchData fetchData) Deprecated.UsesDataProcessor.datasource(String, FetchData)instead.voidDataProcessor.datasource(String name, String dsName, FetchData fetchData) Adds DEF datasource with datasource values already available in the FetchData object.voidDataProcessor.datasource(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.rrd4j.data with parameters of type FetchData - 
Uses of FetchData in org.rrd4j.graph
Methods in org.rrd4j.graph with parameters of type FetchDataModifier and TypeMethodDescriptionvoidRrdGraphDef.datasource(String name, String dsName, FetchData fetchData) Creates a new 'fetched' datasource.voidRrdGraphDef.datasource(String name, FetchData fetchData) Creates a new 'fetched' datasource.Constructors in org.rrd4j.graph with parameters of type FetchData 
DataProcessor.datasource(String, String, FetchData)instead.