| Package | Description | 
|---|---|
| com.gigaspaces.query.aggregators | |
| org.openspaces.core | 
 Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AggregationSet | 
AggregationSet.add(SpaceEntriesAggregator aggregator)  | 
AggregationSet | 
AggregationSet.average(String path)
Calculates average of path values of matching entries. 
 | 
AggregationSet | 
AggregationSet.count()
Counts matching entries. 
 | 
AggregationSet | 
AggregationSet.count(String path)
Counts matching entries whose path is not null. 
 | 
AggregationSet | 
AggregationSet.distinct(DistinctAggregator aggregator)  | 
AggregationSet | 
AggregationSet.groupBy(GroupByAggregator aggregator)  | 
AggregationSet | 
AggregationSet.maxEntry(String path)
Returns entry with maximum value of path of matching entries. 
 | 
AggregationSet | 
AggregationSet.maxValue(String path)
Returns maximum value of path of matching entries. 
 | 
AggregationSet | 
AggregationSet.minEntry(String path)
Returns entry with minimum value of path of matching entries. 
 | 
AggregationSet | 
AggregationSet.minValue(String path)
Returns minimum value of path of matching entries. 
 | 
AggregationSet | 
AggregationSet.orderBy(OrderByAggregator aggregator)  | 
AggregationSet | 
AggregationSet.sum(String path)
Sums values of paths of matching entries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<SpaceEntriesAggregator> | 
AggregationInternalUtils.getAggregators(AggregationSet aggregationSet)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> com.gigaspaces.query.aggregators.AggregationResult | 
DefaultGigaSpace.aggregate(ISpaceQuery<T> query,
         AggregationSet aggregationSet)  | 
<T> com.gigaspaces.query.aggregators.AggregationResult | 
GigaSpace.aggregate(ISpaceQuery<T> query,
         AggregationSet aggregationSet)
Executes the specified query along with the specified aggregations collocated at the space. 
 | 
Copyright © GigaSpaces.