Uses of Class
org.rrd4j.core.RrdDb.Builder
-
Uses of RrdDb.Builder in org.rrd4j.core
Modifier and TypeMethodDescriptionstatic RrdDb.Builder
RrdDb.getBuilder()
RrdDb.Builder.readOnly()
Set the rrd as readonlyRrdDb.Builder.setBackendFactory
(RrdBackendFactory factory) RrdDb.Builder.setExternalPath
(String externalPath) Set when the builder will be used to import external data with a predefined source: XML or RRDTool.RrdDb.Builder.setImporter
(DataImporter importer) Set when the builder will be used to import external data with a custom source.Set the pool that will be used and set usePool to true.(package private) RrdDb.Builder
RrdDb.Builder.setPoolInternal
(RrdDbPool pool) Internal method used to memorized the pool, without generating a loopRrdDb.Builder.setReadOnly
(boolean readOnly) RrdDb.Builder.setRrdToolImporter
(String externalPath) Set when the builder will be used to import a RRDTool file.RrdDb.Builder.setUsePool
(boolean usePool) RrdDb.Builder.usePool()
Activate the pool usage.