GigaSpaces XAP 10.0.1 API

com.gigaspaces.query.aggregators
Class ListEntriesAggregator

java.lang.Object
  extended by com.gigaspaces.query.aggregators.SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>
      extended by com.gigaspaces.query.aggregators.ListEntriesAggregator
All Implemented Interfaces:
Serializable, Cloneable

public class ListEntriesAggregator
extends SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>

Since:
10.0
Author:
Niv Ingberg
See Also:
Serialized Form

Constructor Summary
ListEntriesAggregator()
           
 
Method Summary
 void aggregate(SpaceEntriesAggregatorContext context)
           
 void aggregateIntermediateResult(ArrayList<com.gigaspaces.internal.query.RawEntry> partitionResult)
           
 String getDefaultAlias()
           
 Object getFinalResult()
           
 ArrayList<com.gigaspaces.internal.query.RawEntry> getIntermediateResult()
           
 
Methods inherited from class com.gigaspaces.query.aggregators.SpaceEntriesAggregator
as, clone, getAlias, setRawEntryConverter, toObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntriesAggregator

public ListEntriesAggregator()
Method Detail

getDefaultAlias

public String getDefaultAlias()
Specified by:
getDefaultAlias in class SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>

aggregate

public void aggregate(SpaceEntriesAggregatorContext context)
Specified by:
aggregate in class SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>

getIntermediateResult

public ArrayList<com.gigaspaces.internal.query.RawEntry> getIntermediateResult()
Specified by:
getIntermediateResult in class SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>

aggregateIntermediateResult

public void aggregateIntermediateResult(ArrayList<com.gigaspaces.internal.query.RawEntry> partitionResult)
Specified by:
aggregateIntermediateResult in class SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>

getFinalResult

public Object getFinalResult()
Overrides:
getFinalResult in class SpaceEntriesAggregator<ArrayList<com.gigaspaces.internal.query.RawEntry>>

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.