Uses of Class
org.rrd4j.core.FetchData
Package
Description
core RRD4J implementation.
RRD4J data management.
RRD4J graph capabilities.
-
Uses of FetchData in org.rrd4j.core
Modifier and TypeMethodDescription(package private) FetchData
Archive.fetchData
(FetchRequest request) FetchRequest.fetchData()
Returns data from the underlying RRD and puts it in a singleFetchData
object.(package private) FetchData
RrdDb.fetchData
(FetchRequest request) Modifier and TypeMethodDescriptionvoid
DataHolder.datasource
(String name, String dsName, FetchData fetchData) Creates a new 'fetched' datasource.void
DataHolder.datasource
(String name, FetchData fetchData) Creates a new 'fetched' datasource. -
Uses of FetchData in org.rrd4j.data
Modifier and TypeMethodDescriptionvoid
DataProcessor.addDatasource
(String name, String dsName, FetchData fetchData) Deprecated.void
DataProcessor.addDatasource
(String name, FetchData fetchData) Deprecated.UsesDataProcessor.datasource(String, FetchData)
instead.void
DataProcessor.datasource
(String name, String dsName, FetchData fetchData) Adds DEF datasource with datasource values already available in the FetchData object.void
DataProcessor.datasource
(String name, FetchData fetchData) Adds DEF datasource with datasource values already available in the FetchData object.(package private) void
Def.setFetchData
(FetchData fetchData) -
Uses of FetchData in org.rrd4j.graph
Modifier and TypeMethodDescriptionvoid
RrdGraphDef.datasource
(String name, String dsName, FetchData fetchData) Creates a new 'fetched' datasource.void
RrdGraphDef.datasource
(String name, FetchData fetchData) Creates a new 'fetched' datasource.
DataProcessor.datasource(String, String, FetchData)
instead.