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.Builder
RrdDb. getBuilder()
RrdDb.Builder
RrdDb.Builder. readOnly()
Set the rrd as readonlyRrdDb.Builder
RrdDb.Builder. setBackendFactory(RrdBackendFactory factory)
RrdDb.Builder
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
RrdDb.Builder. setImporter(DataImporter importer)
Set when the builder will be used to import external data with a custom source.RrdDb.Builder
RrdDb.Builder. setPath(String path)
RrdDb.Builder
RrdDb.Builder. setPath(URI uri)
RrdDb.Builder
RrdDb.Builder. setPool(RrdDbPool pool)
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
RrdDb.Builder. setReadOnly(boolean readOnly)
RrdDb.Builder
RrdDb.Builder. setRrdDef(RrdDef rrdDef)
RrdDb.Builder
RrdDb.Builder. setRrdToolImporter(String externalPath)
Set when the builder will be used to import a RRDTool file.RrdDb.Builder
RrdDb.Builder. setUsePool(boolean usePool)
RrdDb.Builder
RrdDb.Builder. usePool()
Activate the pool usage.