|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RrdBackendFactory | |
|---|---|
| org.jrobin.core | core JRobin implementation. |
| Uses of RrdBackendFactory in org.jrobin.core |
|---|
| Subclasses of RrdBackendFactory in org.jrobin.core | |
|---|---|
class |
RrdFileBackendFactory
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 |
RrdSafeFileBackendFactory
Factory class which creates actual RrdSafeFileBackend objects. |
| Methods in org.jrobin.core that return RrdBackendFactory | |
|---|---|
static RrdBackendFactory |
RrdBackendFactory.getDefaultFactory()
Returns the defaul backend factory. |
static RrdBackendFactory |
RrdBackendFactory.getFactory(String name)
Returns backend factory for the given backend factory name. |
| Methods in org.jrobin.core with parameters of type RrdBackendFactory | |
|---|---|
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. |
| Constructors in org.jrobin.core with parameters of type RrdBackendFactory | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||