| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceIteratorAggregator  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpaceEntriesAggregator> | 
AggregateEntriesSpaceOperationRequest.getAggregators()  | 
| Constructor and Description | 
|---|
AggregateEntriesSpaceOperationRequest(ITemplatePacket queryPacket,
                                     Transaction txn,
                                     int modifiers,
                                     List<SpaceEntriesAggregator> aggregators)  | 
| Constructor and Description | 
|---|
EntryHolderAggregatorContext(List<SpaceEntriesAggregator> aggregators,
                            ITemplateHolder template,
                            int partitionId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpaceEngine.aggregate(ITemplatePacket queryPacket,
         List<SpaceEntriesAggregator> aggregators,
         int readModifiers,
         SpaceContext sc)  | 
AnswerHolder | 
SpaceEngine.readMultiple(ITemplatePacket template,
            Transaction txn,
            long timeout,
            boolean ifExists,
            boolean take,
            SpaceContext sc,
            boolean returnOnlyUid,
            int operationModifiers,
            BatchQueryOperationContext batchOperationContext,
            List<SpaceEntriesAggregator> aggregators)  | 
| 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 AggregationResult | 
AggregationInternalUtils.getFinalResult(List<SpaceEntriesAggregator> aggregators,
              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.