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 |
Modifier and Type | Method | Description |
---|---|---|
(package private) RrdDb |
SummaryListener.getData() |
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.
|
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.
|
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) |