Uses of Class
org.rrd4j.core.RrdDb.Builder
| Package | Description |
|---|---|
| org.rrd4j.core |
core RRD4J implementation.
|
-
Uses of RrdDb.Builder in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDb.Builder Modifier and Type Method Description static RrdDb.BuilderRrdDb. getBuilder()RrdDb.BuilderRrdDb.Builder. readOnly()Set the rrd as readonlyRrdDb.BuilderRrdDb.Builder. setBackendFactory(RrdBackendFactory factory)RrdDb.BuilderRrdDb.Builder. setExternalPath(String externalPath)Set when the builder will be used to import external data with a predefined source: XML or RRDTool.RrdDb.BuilderRrdDb.Builder. setImporter(DataImporter importer)Set when the builder will be used to import external data with a custom source.RrdDb.BuilderRrdDb.Builder. setPath(String path)RrdDb.BuilderRrdDb.Builder. setPath(URI uri)RrdDb.BuilderRrdDb.Builder. setPool(RrdDbPool pool)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.BuilderRrdDb.Builder. setReadOnly(boolean readOnly)RrdDb.BuilderRrdDb.Builder. setRrdDef(RrdDef rrdDef)RrdDb.BuilderRrdDb.Builder. setRrdToolImporter(String externalPath)Set when the builder will be used to import a RRDTool file.RrdDb.BuilderRrdDb.Builder. setUsePool(boolean usePool)RrdDb.BuilderRrdDb.Builder. usePool()Activate the pool usage.