Package | Description |
---|---|
org.jrobin.core |
Modifier and Type | Class and Description |
---|---|
class |
RrdFileBackendFactory
Factory class which creates actual
RrdFileBackend objects. |
class |
RrdJRobin14FileBackendFactory
Factory class which creates actual
RrdFileBackend objects. |
class |
RrdMemoryBackendFactory
Factory class which creates actual
RrdMemoryBackend objects. |
class |
RrdNioBackendFactory
Factory class which creates actual
RrdNioBackend objects. |
class |
RrdNioByteBufferBackendFactory
Factory class which creates actual
RrdNioBackend objects. |
class |
RrdSafeFileBackendFactory
Factory class which creates actual
RrdSafeFileBackend objects. |
Modifier and Type | Method and Description |
---|---|
static RrdBackendFactory |
RrdBackendFactory.getDefaultFactory()
Returns the defaul backend factory.
|
static RrdBackendFactory |
RrdBackendFactory.getFactory(String name)
Returns backend factory for the given backend factory name.
|
Modifier and Type | Method and Description |
---|---|
static void |
RrdBackendFactory.registerAndSetAsDefaultFactory(RrdBackendFactory factory)
Registers new (custom) backend factory within the JRobin framework and sets this
factory as the default.
|
static void |
RrdBackendFactory.registerFactory(RrdBackendFactory factory)
Registers new (custom) backend factory within the JRobin framework.
|
Constructor and Description |
---|
RrdDb(RrdDef rrdDef,
RrdBackendFactory factory)
Constructor used to create new RRD object from the definition object but with a storage
(backend) different from default.
|
RrdDb(String path,
boolean readOnly,
RrdBackendFactory factory)
Constructor used to open already existing RRD backed
with a storage (backend) different from default.
|
RrdDb(String path,
RrdBackendFactory factory)
Constructor used to open already existing RRD in R/W mode with a storage (backend) type
different from default.
|
RrdDb(String rrdPath,
String externalPath,
RrdBackendFactory factory)
Constructor used to create RRD files from external file sources with a backend type
different from default.
|