Uses of Class
org.jrobin.core.RrdDb
-
Packages that use RrdDb Package Description net.i2p.router.web The router console user interface, implemented in routerconsole.jar, with these classes supporting the webapp in routerconsole.war.org.jrobin.core -
-
Uses of RrdDb in net.i2p.router.web
Methods in net.i2p.router.web that return RrdDb Modifier and Type Method Description (package private) RrdDb
SummaryListener. getData()
-
Uses of RrdDb in org.jrobin.core
Methods in org.jrobin.core that return RrdDb Modifier and Type Method Description (package private) RrdDb
Archive. getParentDb()
RrdDb
FetchRequest. getParentDb()
Returns the underlying RrdDb object.RrdDb
RrdDbPool. requestRrdDb(String path)
Requests a RrdDb reference for the given RRD file path.RrdDb
RrdDbPool. requestRrdDb(String path, String sourcePath)
Requests a RrdDb reference for the given path.RrdDb
RrdDbPool. requestRrdDb(RrdDef rrdDef)
Requests a RrdDb reference for the given RRD file definition object.Methods in org.jrobin.core with parameters of type RrdDb Modifier and Type Method Description (package private) static int
Util. getMatchingArchiveIndex(RrdDb rrd1, int arcIndex, RrdDb rrd2)
(package private) static int
Util. getMatchingDatasourceIndex(RrdDb rrd1, int dsIndex, RrdDb rrd2)
void
RrdDbPool. release(RrdDb rrdDb)
Releases RrdDb reference previously obtained from the pool.Constructors in org.jrobin.core with parameters of type RrdDb Constructor Description Archive(RrdDb parentDb, ArcDef arcDef)
Archive(RrdDb parentDb, DataImporter reader, int arcIndex)
Datasource(RrdDb parentDb, DataImporter reader, int dsIndex)
Datasource(RrdDb parentDb, DsDef dsDef)
FetchRequest(RrdDb parentDb, String consolFun, long fetchStart, long fetchEnd, long resolution)
Header(RrdDb parentDb, DataImporter reader)
Header(RrdDb parentDb, RrdDef rrdDef)
Sample(RrdDb parentDb, long time)
-