Package | Description |
---|---|
org.rrd4j.data |
RRD4J data management.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CDef |
(package private) class |
Def |
(package private) class |
PDef |
(package private) class |
VDef |
Modifier and Type | Method and Description |
---|---|
(package private) Source |
DataProcessor.getSource(String sourceName) |
Modifier and Type | Method and 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 method
Variable.fill(long[], double[], long, long) . |