Uses of Class
org.jrobin.core.RrdBackendFactory
-
Packages that use RrdBackendFactory Package Description org.jrobin.core -
-
Uses of RrdBackendFactory in org.jrobin.core
Subclasses of RrdBackendFactory in org.jrobin.core Modifier and Type Class Description classRrdFileBackendFactoryFactory class which creates actualRrdFileBackendobjects.classRrdJRobin14FileBackendFactoryFactory class which creates actualRrdFileBackendobjects.classRrdMemoryBackendFactoryFactory class which creates actualRrdMemoryBackendobjects.classRrdNioBackendFactoryFactory class which creates actualRrdNioBackendobjects.classRrdNioByteBufferBackendFactoryFactory class which creates actualRrdNioBackendobjects.classRrdSafeFileBackendFactoryFactory class which creates actualRrdSafeFileBackendobjects.Methods in org.jrobin.core that return RrdBackendFactory Modifier and Type Method Description static RrdBackendFactoryRrdBackendFactory. getDefaultFactory()Returns the defaul backend factory.static RrdBackendFactoryRrdBackendFactory. getFactory(String name)Returns backend factory for the given backend factory name.Methods in org.jrobin.core with parameters of type RrdBackendFactory Modifier and Type Method Description static voidRrdBackendFactory. registerAndSetAsDefaultFactory(RrdBackendFactory factory)Registers new (custom) backend factory within the JRobin framework and sets this factory as the default.static voidRrdBackendFactory. registerFactory(RrdBackendFactory factory)Registers new (custom) backend factory within the JRobin framework.Constructors in org.jrobin.core with parameters of type RrdBackendFactory Constructor Description RrdDb(String path, boolean readOnly, RrdBackendFactory factory)Constructor used to open already existing RRD backed with a storage (backend) 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.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(RrdDef rrdDef, RrdBackendFactory factory)Constructor used to create new RRD object from the definition object but with a storage (backend) different from default.
-