| Package | Description | 
|---|---|
| com.gigaspaces.query.aggregators | |
| org.openspaces.extensions | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPathAggregator<T extends Serializable>  | 
class  | 
AverageAggregator  | 
class  | 
CountAggregator  | 
class  | 
DistinctAggregator<T>
Aggregator for fetching distinct entries - based on some fields. 
 | 
class  | 
GroupByAggregator  | 
class  | 
ListEntriesAggregator  | 
class  | 
MaxEntryAggregator  | 
class  | 
MaxValueAggregator<T extends Serializable & Comparable>  | 
class  | 
MinEntryAggregator  | 
class  | 
MinValueAggregator<T extends Serializable & Comparable>  | 
class  | 
OrderByAggregator<T>
Aggregator for order by operation. 
 | 
class  | 
SingleValueAggregator<T extends Serializable & Comparable>  | 
class  | 
SumAggregator  | 
| Modifier and Type | Method and Description | 
|---|---|
SpaceEntriesAggregator | 
SpaceEntriesAggregator.as(String alias)  | 
SpaceEntriesAggregator<T> | 
SpaceEntriesAggregator.clone()  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<SpaceEntriesAggregator> | 
AggregationInternalUtils.getAggregators(AggregationSet aggregationSet)  | 
protected List<SpaceEntriesAggregator> | 
GroupByAggregator.getSelectAggregators()  | 
static List<SpaceEntriesAggregator> | 
AggregationInternalUtils.getSelectors(GroupByAggregator aggregator)  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregationSet | 
AggregationSet.add(SpaceEntriesAggregator aggregator)  | 
GroupByAggregator | 
GroupByAggregator.select(SpaceEntriesAggregator... aggregators)  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
AggregationInternalUtils.containsCustomAggregators(List<SpaceEntriesAggregator> aggregators)  | 
static com.gigaspaces.query.aggregators.AggregationResult | 
AggregationInternalUtils.getFinalResult(List<SpaceEntriesAggregator> aggregators,
              com.gigaspaces.internal.query.RawEntryConverter rawEntryConverter)  | 
static Map<String,Integer> | 
AggregationInternalUtils.index(List<SpaceEntriesAggregator> aggregators)  | 
| Constructor and Description | 
|---|
SpaceEntriesAggregatorContext(Collection<SpaceEntriesAggregator> aggregators)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SpaceEntriesAggregator | 
QueryExtension.average(String path)  | 
static SpaceEntriesAggregator | 
QueryExtension.count()  | 
static SpaceEntriesAggregator | 
QueryExtension.count(String path)  | 
static SpaceEntriesAggregator | 
QueryExtension.max(String path)  | 
static SpaceEntriesAggregator | 
QueryExtension.maxEntry(String path)  | 
static SpaceEntriesAggregator | 
QueryExtension.min(String path)  | 
static SpaceEntriesAggregator | 
QueryExtension.minEntry(String path)  | 
static SpaceEntriesAggregator | 
QueryExtension.sum(String path)  | 
Copyright © GigaSpaces.