| Package | Description | 
|---|---|
| com.tangosol.util.aggregator | 
 Contains concrete  
InvocableMap.EntryAggregator implementations. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GroupAggregator.Parallel<K,V,T,E,R>
Deprecated. 
 
As of Coherence 12.2.1. Use GroupAggregator instead. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <K,V,R> GroupAggregator<K,V,Object,Object,R> | 
GroupAggregator.createInstance(String sMethod, InvocableMap.EntryAggregator<K,V,R> aggregator)
Create an instance of GroupAggregator based on a specified method name(s) and an  
EntryAggregator. | 
static <K,V,R> GroupAggregator<K,V,Object,Object,R> | 
GroupAggregator.createInstance(String sMethod, InvocableMap.EntryAggregator<K,V,R> aggregator, Filter filter)
Create an instance of GroupAggregator based on a specified method name(s), an  
EntryAggregator and a result evaluation filter. | 
static <K,V,T,E,R> | 
GroupAggregator.createInstance(ValueExtractor<? super T,? extends E> extractor, InvocableMap.EntryAggregator<? super K,? super V,R> aggregator, Filter filter)
Create an instance of GroupAggregator based on a specified extractor and an  
EntryAggregator and a result evaluation filter. | 
static <K,V,T,E,R> | 
GroupAggregator.createInstance(ValueExtractor<? super T,? extends E> extractor, InvocableMap.EntryAggregator<K,V,R> aggregator)
Create an instance of GroupAggregator based on a specified extractor and an  
EntryAggregator. |