Uses of Class
org.jrobin.core.RrdDef
-
Packages that use RrdDef Package Description org.jrobin.core -
-
Uses of RrdDef in org.jrobin.core
Methods in org.jrobin.core that return RrdDef Modifier and Type Method 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.Methods in org.jrobin.core with parameters of type RrdDef Modifier and Type Method Description RrdDb
RrdDbPool. requestRrdDb(RrdDef rrdDef)
Requests a RrdDb reference for the given RRD file definition object.Constructors in org.jrobin.core with parameters of type RrdDef Constructor 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.
-