Package | Description |
---|---|
org.rrd4j.core |
core RRD4J implementation.
|
org.rrd4j.data |
RRD4J data management.
|
Modifier and Type | Method and Description |
---|---|
Aggregates |
FetchData.getAggregates(String dsName)
Deprecated.
This method is deprecated. Uses instance of
Variable , used with DataProcessor.addDatasource(String, String, Variable) |
Aggregates |
FetchData.getRpnAggregates(String rpnExpression)
Deprecated.
This method is deprecated. Uses instance of
Variable , used with DataProcessor.addDatasource(String, String, Variable) |
Modifier and Type | Method and Description |
---|---|
(package private) Aggregates |
Aggregator.getAggregates(long tStart,
long tEnd)
Deprecated.
|
(package private) Aggregates |
Source.getAggregates(long tStart,
long tEnd)
Deprecated.
This method is deprecated. Uses instance of
Variable , used with DataProcessor.addDatasource(String, String, Variable) |
(package private) Aggregates |
Def.getAggregates(long tStart,
long tEnd)
Deprecated.
|
Aggregates |
DataProcessor.getAggregates(String sourceName)
Deprecated.
Use
Variable based method instead. |