Uses of Class
org.rrd4j.core.RrdDb
Package
Description
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
core RRD4J implementation.
RRD4J data management.
-
Uses of RrdDb in net.i2p.router.web
-
Uses of RrdDb in org.rrd4j.core
Modifier and TypeMethodDescriptionRrdDb.Builder.build()
Builds or imports aRrdDb
instance.(package private) RrdDb
Archive.getParentDb()
FetchRequest.getParentDb()
Returns the underlying RrdDb object.static RrdDb
Opens an existing RRD with read/write access.static RrdDb
Opens an existing RRD with read/write access.static RrdDb
Returns a new RRD object from the definition.RrdDbPool.requestRrdDb
(String path) Requests a RrdDb reference for the given RRD path.RrdDbPool.requestRrdDb
(String path, String sourcePath) Requests a RrdDb reference for the given path.RrdDbPool.requestRrdDb
(URI uri) Requests a RrdDb reference for the given RRD URI.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) RrdDbPool.requestRrdDb
(RrdDef rrdDef) Requests a RrdDb reference for the given RRD definition object.(package private) RrdDb
RrdDbPool.requestRrdDb
(RrdDef rrdDef, RrdBackendFactory factory) Modifier and TypeMethodDescriptionvoid
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
Deprecated.A RrdDb remember if it was open directly or from a pool, no need to manage it manually any moreModifier and TypeMethodDescription(package private) void
RrdBackend.done
(RrdBackendFactory factory, PhantomReference<RrdDb> ref) ModifierConstructorDescription(package private)
(package private)
Archive
(RrdDb parentDb, DataImporter reader, int arcIndex) (package private)
Datasource
(RrdDb parentDb, DataImporter reader, int dsIndex) (package private)
Datasource
(RrdDb parentDb, DsDef dsDef) (package private)
FetchRequest
(RrdDb parentDb, ConsolFun consolFun, long fetchStart, long fetchEnd, long resolution) (package private)
Header
(RrdDb parentDb, DataImporter reader) (package private)
(package private)
-
Uses of RrdDb in org.rrd4j.data