Uses of Class
org.jrobin.core.RrdDef

Packages that use RrdDef
org.jrobin.core core JRobin implementation. 
 

Uses of RrdDef in org.jrobin.core
 

Methods in org.jrobin.core that return RrdDef
 RrdDef RrdDefTemplate.getRrdDef()
          Returns RrdDef object constructed from the underlying XML template.
 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.
 

Methods in org.jrobin.core with parameters of type RrdDef
 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
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.
 



Copyright © 2003-2008. All Rights Reserved.