Package com.gigaspaces.query.aggregators
Class SpaceEntriesAggregatorContext
java.lang.Object
com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
- Direct Known Subclasses:
EntryHolderAggregatorContext
- Since:
- 10.0
- Author:
- Niv Ingberg
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSpaceEntriesAggregatorContext(Collection<SpaceEntriesAggregator> aggregators) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstract voidapplyProjectionTemplate(RawEntry entry) abstract Stringabstract intgetPathValue(String path) protected ObjectgetPathValueImpl(String path) abstract RawEntryabstract ServerEntry
-
Constructor Details
-
SpaceEntriesAggregatorContext
-
-
Method Details
-
getPathValue
-
getPartitionId
public abstract int getPartitionId() -
getEntryUid
-
getRawEntry
- Returns:
- the raw entry match by this context
- Since:
- 10.0
- See Also:
-
applyProjectionTemplate
-
getPathValueImpl
-
getServerEntry
- Since:
- 15.5
-
getTypeDescriptor
- Since:
- 15.5
-
aggregate
protected void aggregate() -
getAggregators
-