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 AggregatesFetchData. getAggregates(String dsName)Returns all aggregated values (MIN, MAX, LAST, FIRST, AVERAGE or TOTAL) calculated from the fetched data for a single datasource.AggregatesFetchData. 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) AggregatesAggregator. getAggregates(long tStart, long tEnd)AggregatesDataProcessor. getAggregates(String sourceName)Returns all (MIN, MAX, LAST, FIRST, AVERAGE and TOTAL) aggregated values for a single datasource.(package private) AggregatesDef. getAggregates(long tStart, long tEnd)(package private) AggregatesPercentileDef. getAggregates(long tStart, long tEnd)Same as SDef; the aggregates of a static value are all just the same static value.(package private) AggregatesSDef. getAggregates(long tStart, long tEnd)(package private) AggregatesSource. getAggregates(long tStart, long tEnd)
-