Uses of Class
com.gigaspaces.query.aggregators.GroupByAggregator
Packages that use GroupByAggregator
-
Uses of GroupByAggregator in com.gigaspaces.query.aggregators
Methods in com.gigaspaces.query.aggregators that return GroupByAggregatorModifier and TypeMethodDescriptionGroupByAggregator.having(GroupByFilter filter) GroupByAggregator.select(SpaceEntriesAggregator... aggregators) GroupByAggregator.selectAverage(String path) GroupByAggregator.selectCount()GroupByAggregator.selectCount(String path) GroupByAggregator.selectMaxEntry(String path) GroupByAggregator.selectMaxValue(String path) GroupByAggregator.selectMinEntry(String path) GroupByAggregator.selectMinValue(String path) Methods in com.gigaspaces.query.aggregators with parameters of type GroupByAggregatorModifier and TypeMethodDescriptionstatic List<SpaceEntriesAggregator>AggregationInternalUtils.getSelectors(GroupByAggregator aggregator) AggregationSet.groupBy(GroupByAggregator aggregator) -
Uses of GroupByAggregator in org.openspaces.extensions
Methods in org.openspaces.extensions with parameters of type GroupByAggregatorModifier and TypeMethodDescriptionstatic GroupByResultQueryExtension.groupBy(GigaSpace gigaSpace, ISpaceQuery query, GroupByAggregator aggregator)