Uses of Enum
org.rrd4j.DsType
Packages that use 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
Fields in net.i2p.router.web declared as DsType -
Uses of DsType in org.rrd4j
-
Uses of DsType in org.rrd4j.core
Methods in org.rrd4j.core that return DsTypeModifier 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).Methods in org.rrd4j.core with parameters of type DsTypeModifier 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
.Constructors in org.rrd4j.core with parameters of type DsType -
Uses of DsType in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return DsType