Uses of Class
org.rrd4j.core.RrdDb.Builder
Packages that use RrdDb.Builder
-
Uses of RrdDb.Builder in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDb.BuilderModifier and TypeMethodDescriptionstatic RrdDb.BuilderRrdDb.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.BuilderRrdDb.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.