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 |
---|---|
AnswerHolder |
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,
ServerIteratorRequestInfo serverIteratorRequestInfo) |
Modifier and Type | Class and Description |
---|---|
class |
CopyChunksProducer |
class |
DeleteChunksProducer |
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 |
SingleValueFunctionAggregator<T extends Serializable & Comparable> |
class |
SumAggregator |
class |
SumScalarValueAggregator |
class |
SumZeroAggregator
Sums values of paths of matching entries, when no non null values are applied zero is returned instead of null
returns the same type as the path.
|
class |
SumZeroScalarValueAggregator
Sums scalar value, when no non null values are applied zero is returned instead of null
returns the same type as the value.
|
Modifier and Type | Method and Description |
---|---|
SpaceEntriesAggregator |
SpaceEntriesAggregator.as(String alias) |
SpaceEntriesAggregator<T> |
SpaceEntriesAggregator.clone() |
Modifier and Type | Method and Description |
---|---|
List<SpaceEntriesAggregator> |
AggregationSet.getAggregators() |
Collection<SpaceEntriesAggregator> |
SpaceEntriesAggregatorContext.getAggregators() |
List<SpaceEntriesAggregator> |
GroupByAggregator.getAggregators() |
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.