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.org.rrd4j.data RRD4J data management. -
-
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 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 URI.RrdDbRrdDbPool. requestRrdDb(URI uri, String sourcePath)Requests a RrdDb reference for the given URI.(package private) RrdDbRrdDbPool. requestRrdDb(URI uri, RrdBackendFactory factory)(package private) RrdDbRrdDbPool. requestRrdDb(URI uri, RrdBackendFactory factory, DataImporter importer)RrdDbRrdDbPool. requestRrdDb(RrdDef rrdDef)Requests a RrdDb reference for the given RRD definition object.(package private) RrdDbRrdDbPool. requestRrdDb(RrdDef rrdDef, RrdBackendFactory factory)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 RrdDb remember if it was open directly or from a 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) -
Uses of RrdDb in org.rrd4j.data
Methods in org.rrd4j.data that return RrdDb Modifier and Type Method Description (package private) RrdDbDef. getRrdDb()
-