Uses of Class
org.rrd4j.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.rrd4j.core core RRD4J implementation. -
-
Uses of RrdDb in net.i2p.router.web
Methods in net.i2p.router.web that return RrdDb Modifier and Type Method Description (package private) RrdDbSummaryListener. getData() -
Uses of RrdDb in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDb Modifier and Type Method Description RrdDbRrdDb.Builder. build()Builds or imports aRrdDbinstance.(package private) RrdDbArchive. getParentDb()RrdDbFetchRequest. getParentDb()Returns the underlying RrdDb object.static RrdDbRrdDb. of(String path)Opens an existing RRD with read/write access.static RrdDbRrdDb. of(URI uri)Opens an existing RRD with read/write access.static RrdDbRrdDb. of(RrdDef rrdDef)Returns a new RRD object from the definition.RrdDbRrdDbPool. requestRrdDb(String path)Requests a RrdDb reference for the given RRD file path.RrdDbRrdDbPool. requestRrdDb(String path, String sourcePath)Requests a RrdDb reference for the given path.RrdDbRrdDbPool. requestRrdDb(URI uri)Requests a RrdDb reference for the given RRD file path.RrdDbRrdDbPool. requestRrdDb(URI uri, String sourcePath)Requests a RrdDb reference for the given path.(package private) RrdDbRrdDbPool. requestRrdDb(URI uri, RrdBackendFactory factory)(package private) RrdDbRrdDbPool. requestRrdDb(URI uri, RrdBackendFactory backend, DataImporter importer)RrdDbRrdDbPool. requestRrdDb(RrdDef rrdDef)Requests a RrdDb reference for the given RRD file definition object.(package private) RrdDbRrdDbPool. requestRrdDb(RrdDef rrdDef, RrdBackendFactory backend)Methods in org.rrd4j.core with parameters of type RrdDb Modifier and Type Method Description voidRrdDb. copyStateTo(RrdDb otherRrd)copyStateTo.(package private) RrdBackendRrdBackendFactory. getBackend(RrdDb rrdDb, String path, boolean readOnly)Creates RrdBackend object for the given storage path.(package private) RrdBackendRrdBackendFactory. getBackend(RrdDb rrdDb, URI uri, boolean readOnly)Creates RrdBackend object for the given storage path.(package private) static intUtil. getMatchingArchiveIndex(RrdDb rrd1, int arcIndex, RrdDb rrd2)(package private) static intUtil. getMatchingDatasourceIndex(RrdDb rrd1, int dsIndex, RrdDb rrd2)intRrdDbPool. getOpenCount(RrdDb rrdDb)Returns the number of usage for a RRD.voidRrdDbPool. release(RrdDb rrdDb)Deprecated.a db remember if it was open directly or from the pool, no need to manage it manually any moreMethod parameters in org.rrd4j.core with type arguments of type RrdDb Modifier and Type Method Description (package private) voidRrdBackend. done(RrdBackendFactory factory, PhantomReference<RrdDb> ref)Constructors in org.rrd4j.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, ConsolFun consolFun, long fetchStart, long fetchEnd, long resolution)Header(RrdDb parentDb, DataImporter reader)Header(RrdDb parentDb, RrdDef rrdDef)Sample(RrdDb parentDb, long time)
-