Uses of Class
org.rrd4j.core.DataImporter
Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of DataImporter in org.rrd4j.core
Subclasses of DataImporter in org.rrd4j.core Modifier and Type Class Description (package private) class
RrdToolReader
(package private) class
XmlReader
Methods in org.rrd4j.core with parameters of type DataImporter Modifier and Type Method Description (package private) RrdDb
RrdDbPool. requestRrdDb(URI uri, RrdBackendFactory factory, DataImporter importer)
RrdDb.Builder
RrdDb.Builder. setImporter(DataImporter importer)
Set when the builder will be used to import external data with a custom source.Constructors in org.rrd4j.core with parameters of type DataImporter Constructor Description Archive(RrdDb parentDb, DataImporter reader, int arcIndex)
Datasource(RrdDb parentDb, DataImporter reader, int dsIndex)
Header(RrdDb parentDb, DataImporter reader)