| 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 | RRD4J is a high performance data logging and graphing system for time series data, implementing
RRDTool's functionality in Java. |
| org.rrd4j.core | core RRD4J implementation. |
| org.rrd4j.core.jrrd | This package provides read-only access to natives RRD file. |
| Modifier and Type | Field and Description |
|---|---|
(package private) static DsType | GraphListener.DSData source type used for RRD datasources. |
| Modifier and Type | Method and Description |
|---|---|
static DsType | DsType.valueOf(String name)Returns the enum constant of this type with the specified name. |
static DsType[] | DsType.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
DsType | DsDef.getDsType()Returns source type. |
DsType | RrdToolReader.getDsType(int dsIndex) |
abstract DsType | DataImporter.getDsType(int dsIndex)getDsType. |
DsType | XmlReader.getDsType(int dsIndex) |
DsType | Datasource.getType()Returns datasource type (GAUGE, COUNTER, DERIVE, ABSOLUTE). |
| Modifier and Type | Method and Description |
|---|---|
void | RrdDef.addDatasource(String dsName,
DsType dsType,
long heartbeat,
double minValue,
double maxValue)Adds single datasource to RRD definition by specifying its data source name, source type,
heartbeat, minimal and maximal value. |
void | Datasource.setDsType(DsType newDsType)Setter for the field dsType. |
| Constructor and Description |
|---|
DsDef(String dsName,
DsType dsType,
long heartbeat,
double minValue,
double maxValue)Creates new data source definition object. |
| Modifier and Type | Method and Description |
|---|---|
abstract DsType | DataSourceType.getDsType()Get the ds type. |