Uses of Class
org.rrd4j.core.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) RrdDb
SummaryListener. getData()
-
Uses of RrdDb in org.rrd4j.core
Methods in org.rrd4j.core that return RrdDb Modifier and Type Method Description RrdDb
RrdDb.Builder. build()
Builds or imports aRrdDb
instance.(package private) RrdDb
Archive. getParentDb()
RrdDb
FetchRequest. getParentDb()
Returns the underlying RrdDb object.static RrdDb
RrdDb. of(String path)
Opens an existing RRD with read/write access.static RrdDb
RrdDb. of(URI uri)
Opens an existing RRD with read/write access.static RrdDb
RrdDb. of(RrdDef rrdDef)
Returns a new RRD object from the definition.RrdDb
RrdDbPool. requestRrdDb(String path)
Requests a RrdDb reference for the given RRD path.RrdDb
RrdDbPool. requestRrdDb(String path, String sourcePath)
Requests a RrdDb reference for the given path.RrdDb
RrdDbPool. requestRrdDb(URI uri)
Requests a RrdDb reference for the given RRD URI.RrdDb
RrdDbPool. requestRrdDb(URI uri, String sourcePath)
Requests a RrdDb reference for the given URI.(package private) RrdDb
RrdDbPool. requestRrdDb(URI uri, RrdBackendFactory factory)
(package private) RrdDb
RrdDbPool. requestRrdDb(URI uri, RrdBackendFactory factory, DataImporter importer)
RrdDb
RrdDbPool. requestRrdDb(RrdDef rrdDef)
Requests a RrdDb reference for the given RRD definition object.(package private) RrdDb
RrdDbPool. requestRrdDb(RrdDef rrdDef, RrdBackendFactory factory)
Methods in org.rrd4j.core with parameters of type RrdDb Modifier and Type Method Description void
RrdDb. copyStateTo(RrdDb otherRrd)
copyStateTo.(package private) RrdBackend
RrdBackendFactory. getBackend(RrdDb rrdDb, String path, boolean readOnly)
Creates RrdBackend object for the given storage path.(package private) RrdBackend
RrdBackendFactory. getBackend(RrdDb rrdDb, URI uri, boolean readOnly)
Creates RrdBackend object for the given storage path.(package private) static int
Util. getMatchingArchiveIndex(RrdDb rrd1, int arcIndex, RrdDb rrd2)
(package private) static int
Util. getMatchingDatasourceIndex(RrdDb rrd1, int dsIndex, RrdDb rrd2)
int
RrdDbPool. getOpenCount(RrdDb rrdDb)
Returns the number of usage for a RRD.void
RrdDbPool. 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) void
RrdBackend. 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) RrdDb
Def. getRrdDb()