Uses of Enum
org.rrd4j.DsType
Package
Description
The router console user interface, implemented in routerconsole.jar, with these classes
supporting the webapp in routerconsole.war.
RRD4J is a high performance data logging and graphing system for time series data, implementing
RRDTool's functionality in Java.
core RRD4J implementation.
This package provides read-only access to natives RRD file.
-
Uses of DsType in net.i2p.router.web
-
Uses of DsType in org.rrd4j
-
Uses of DsType in org.rrd4j.core
Modifier and TypeMethodDescriptionabstract DsType
DataImporter.getDsType
(int dsIndex) DsDef.getDsType()
Returns source type.RrdToolReader.getDsType
(int dsIndex) XmlReader.getDsType
(int dsIndex) Datasource.getType()
Returns datasource type (GAUGE, COUNTER, DERIVE, ABSOLUTE).Modifier and TypeMethodDescriptionvoid
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
Setter for the fielddsType
. -
Uses of DsType in org.rrd4j.core.jrrd