Package com.gigaspaces.internal.query
Class EntryHolderAggregatorContext
java.lang.Object
com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
com.gigaspaces.internal.query.EntryHolderAggregatorContext
- Since:
- 10.0
- Author:
- Niv Ingberg
-
Constructor Summary
ConstructorsConstructorDescriptionEntryHolderAggregatorContext(List<SpaceEntriesAggregator> aggregators, ITemplateHolder template, int partitionId) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyProjectionTemplate(RawEntry entry) intvoidscan(Context context, IEntryData entryData, String uid, boolean isTransient) Methods inherited from class com.gigaspaces.query.aggregators.SpaceEntriesAggregatorContext
aggregate, getAggregators, getPathValue, getPathValueImpl, getTypeDescriptor
-
Constructor Details
-
EntryHolderAggregatorContext
public EntryHolderAggregatorContext(List<SpaceEntriesAggregator> aggregators, ITemplateHolder template, int partitionId)
-
-
Method Details
-
scan
-
getPartitionId
public int getPartitionId()- Specified by:
getPartitionIdin classSpaceEntriesAggregatorContext
-
getEntryUid
- Specified by:
getEntryUidin classSpaceEntriesAggregatorContext
-
getRawEntry
- Specified by:
getRawEntryin classSpaceEntriesAggregatorContext- Returns:
- the raw entry match by this context
- See Also:
-
applyProjectionTemplate
- Specified by:
applyProjectionTemplatein classSpaceEntriesAggregatorContext
-
getServerEntry
- Specified by:
getServerEntryin classSpaceEntriesAggregatorContext
-