Package | Description |
---|---|
org.jrobin.core |
Modifier and Type | Method and Description |
---|---|
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.
|
RrdDef |
RrdDefTemplate.getRrdDef()
Returns RrdDef object constructed from the underlying XML template.
|
Modifier and Type | Method and Description |
---|---|
RrdDb |
RrdDbPool.requestRrdDb(RrdDef rrdDef)
Requests a RrdDb reference for the given RRD file definition object.
|
Constructor and Description |
---|
Header(RrdDb parentDb,
RrdDef rrdDef) |
RrdDb(RrdDef rrdDef)
Constructor used to create new RRD object from the definition.
|
RrdDb(RrdDef rrdDef,
RrdBackendFactory factory)
Constructor used to create new RRD object from the definition object but with a storage
(backend) different from default.
|