Uses of Class
org.rrd4j.DsType
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.
|
-
Uses of DsType in net.i2p.router.web
Fields in net.i2p.router.web declared as DsType Modifier and Type Field Description (package private) static DsType
SummaryListener. DS
-
Uses of DsType in org.rrd4j
Methods in org.rrd4j that return DsType Modifier and Type Method 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. -
Uses of DsType in org.rrd4j.core
Methods in org.rrd4j.core that return DsType Modifier and Type Method Description abstract DsType
DataImporter. getDsType(int dsIndex)
DsType
DsDef. getDsType()
Returns source type.DsType
RrdToolReader. getDsType(int dsIndex)
DsType
XmlReader. getDsType(int dsIndex)
DsType
Datasource. getType()
Returns datasource type (GAUGE, COUNTER, DERIVE, ABSOLUTE).Methods in org.rrd4j.core with parameters of type DsType Modifier and Type Method 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 fielddsType
.Constructors in org.rrd4j.core with parameters of type DsType Constructor Description DsDef(String dsName, DsType dsType, long heartbeat, double minValue, double maxValue)
Creates new data source definition object. -
Uses of DsType in org.rrd4j.core.jrrd
Methods in org.rrd4j.core.jrrd that return DsType Modifier and Type Method Description abstract DsType
DataSourceType. getDsType()