public abstract class SpaceEntriesAggregatorContext extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | SpaceEntriesAggregatorContext(Collection<SpaceEntriesAggregator> aggregators) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | aggregate() | 
| abstract void | applyProjectionTemplate(RawEntry entry) | 
| Collection<SpaceEntriesAggregator> | getAggregators() | 
| abstract String | getEntryUid() | 
| abstract int | getPartitionId() | 
| Object | getPathValue(String path) | 
| protected Object | getPathValueImpl(String path) | 
| abstract RawEntry | getRawEntry() | 
| abstract ServerEntry | getServerEntry() | 
| SpaceTypeDescriptor | getTypeDescriptor() | 
protected SpaceEntriesAggregatorContext(Collection<SpaceEntriesAggregator> aggregators)
public abstract int getPartitionId()
public abstract String getEntryUid()
public abstract RawEntry getRawEntry()
EntryHolderAggregatorContext.getRawEntry()public abstract void applyProjectionTemplate(RawEntry entry)
public abstract ServerEntry getServerEntry()
public SpaceTypeDescriptor getTypeDescriptor()
protected void aggregate()
public Collection<SpaceEntriesAggregator> getAggregators()
Copyright © GigaSpaces.