Class CompositeAggregator<K,V>

All Implemented Interfaces:
ExternalizableLite, PortableObject, InvocableMap.EntryAggregator<K,V,List>, InvocableMap.StreamingAggregator<K,V,Object,List>, Serializable
Direct Known Subclasses:
CompositeAggregator.Parallel

public class CompositeAggregator<K,V> extends ExternalizableHelper implements InvocableMap.StreamingAggregator<K,V,Object,List>, ExternalizableLite, PortableObject
CompositeAggregator provides an ability to execute a collection of aggregators against the same subset of the entries in an InvocableMap, resulting in a list of corresponding aggregation results. The size of the returned list will always be equal to the length of the aggregators' array.
Since:
Coherence 3.2
Author:
gg 2006.02.08
See Also: