| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Method and Description |
|---|---|
static RrdDb.Builder | RrdDb.getBuilder()Create a new builder for constructing RrdDb instances. |
RrdDb.Builder | RrdDb.Builder.readOnly()Set the rrd as readonly |
RrdDb.Builder | RrdDb.Builder.setBackendFactory(RrdBackendFactory factory)Set the backend factory for this RRD. |
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)Set the path to an existing RRD. |
RrdDb.Builder | RrdDb.Builder.setPath(URI uri)Set the URI to an existing RRD. |
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 memorize the pool, without generating a loop |
RrdDb.Builder | RrdDb.Builder.setReadOnly(boolean readOnly)Set whether the RRD is read-only. |
RrdDb.Builder | RrdDb.Builder.setRrdDef(RrdDef rrdDef)Set the RRD definition for creating a new RRD. |
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)Set whether to use the pool. |
RrdDb.Builder | RrdDb.Builder.usePool()Activate the pool usage. |