Uses of Class
org.rrd4j.core.RrdDef
Packages that use RrdDef
-
Uses of RrdDef in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDefModifier and TypeMethodDescriptionRrdDb.getRrdDef()
Returns RRD definition object which can be used to create new RRD with the same creation parameters but with no data in it.RrdDefTemplate.getRrdDef()
Returns RrdDef object constructed from the underlying XML template.Methods in org.rrd4j.core with parameters of type RrdDefModifier and TypeMethodDescriptionstatic RrdDb
Returns a new RRD object from the definition.RrdDbPool.requestRrdDb
(RrdDef rrdDef) Requests a RrdDb reference for the given RRD definition object.(package private) RrdDb
RrdDbPool.requestRrdDb
(RrdDef rrdDef, RrdBackendFactory factory) Constructors in org.rrd4j.core with parameters of type RrdDef