Package | Description |
---|---|
org.jrobin.core | |
org.jrobin.data |
JRobin data management.
|
Modifier and Type | Method and Description |
---|---|
Aggregates |
FetchData.getAggregates(String dsName)
Returns all aggregated values (MIN, MAX, LAST, FIRST, AVERAGE or TOTAL) calculated from the fetched data
for a single datasource.
|
Aggregates |
FetchData.getRpnAggregates(String rpnExpression)
Returns all aggregated values for a set of values calculated by applying an RPN expression to the
fetched data.
|
Modifier and Type | Method and Description |
---|---|
(package private) Aggregates |
PercentileDef.getAggregates(long tStart,
long tEnd)
Same as SDef; the aggregates of a static value are all just the
same static value.
|
(package private) Aggregates |
Source.getAggregates(long tStart,
long tEnd) |
(package private) Aggregates |
SDef.getAggregates(long tStart,
long tEnd) |
(package private) Aggregates |
Def.getAggregates(long tStart,
long tEnd) |
(package private) Aggregates |
Aggregator.getAggregates(long tStart,
long tEnd) |
Aggregates |
DataProcessor.getAggregates(String sourceName)
Returns all (MIN, MAX, LAST, FIRST, AVERAGE and TOTAL) aggregated values for a single datasource.
|