Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
Modifier and Type | Method and Description |
---|---|
RrdDef |
RrdDefTemplate.getRrdDef()
Returns RrdDef object constructed from the underlying XML template.
|
RrdDef |
RrdDb.getRrdDef()
Returns RRD definition object which can be used to create new RRD
with the same creation parameters but with no data in it.
|
Modifier and Type | Method and Description |
---|---|
static RrdDb |
RrdDb.of(RrdDef rrdDef)
Returns a new RRD object from the definition.
|
RrdDb |
RrdDbPool.requestRrdDb(RrdDef rrdDef)
Deprecated.
Use the
RrdDb.Builder instead. |
(package private) RrdDb |
RrdDbPool.requestRrdDb(RrdDef rrdDef,
RrdBackendFactory backend) |
RrdDb.Builder |
RrdDb.Builder.setRrdDef(RrdDef rrdDef) |
Constructor and Description |
---|
Header(RrdDb parentDb,
RrdDef rrdDef) |
RrdDb(RrdDef rrdDef)
Deprecated.
Use the builder instead.
|
RrdDb(RrdDef rrdDef,
RrdBackendFactory factory)
Deprecated.
Use the builder instead.
|