Uses of Class
org.rrd4j.data.Source
Package | Description |
---|---|
org.rrd4j.data |
RRD4J data management.
|
-
Uses of Source in org.rrd4j.data
Subclasses of Source in org.rrd4j.data Modifier and Type Class Description (package private) class
CDef
(package private) class
Def
(package private) class
PDef
(package private) class
VDef
Methods in org.rrd4j.data that return Source Modifier and Type Method Description (package private) Source
DataProcessor. getSource(String sourceName)
Methods in org.rrd4j.data with parameters of type Source Modifier and Type Method Description (package private) void
Variable. calculate(Source s, long start, long end)
Used to calculate the needed value from a source, this method call the abstract methodVariable.fill(long[], double[], long, long)
.