Uses of Class
com.tangosol.util.aggregator.GroupAggregator
Packages that use GroupAggregator
- 
Uses of GroupAggregator in com.tangosol.util.aggregator
Subclasses of GroupAggregator in com.tangosol.util.aggregatorModifier and TypeClassDescriptionstatic classGroupAggregator.Parallel<K,V, T, E, R> Deprecated.As of Coherence 12.2.1.Methods in com.tangosol.util.aggregator that return GroupAggregatorModifier and TypeMethodDescriptionstatic <K,V, T, E, R> 
GroupAggregator<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 anEntryAggregatorand a result evaluation filter.static <K,V, T, E, R> 
GroupAggregator<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 anEntryAggregator.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 anEntryAggregator.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), anEntryAggregatorand a result evaluation filter.