Uses of Class
org.jrobin.data.Aggregates
-
Packages that use Aggregates Package Description org.jrobin.core org.jrobin.data JRobin data management. -
-
Uses of Aggregates in org.jrobin.core
Methods in org.jrobin.core that return Aggregates Modifier and Type Method 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. -
Uses of Aggregates in org.jrobin.data
Methods in org.jrobin.data that return Aggregates Modifier and Type Method Description (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.(package private) Aggregates
Def. getAggregates(long tStart, long tEnd)
(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
SDef. getAggregates(long tStart, long tEnd)
(package private) Aggregates
Source. getAggregates(long tStart, long tEnd)
-