Uses of Class
com.tangosol.util.aggregator.GroupAggregator
-
Uses of GroupAggregator in com.tangosol.util.aggregator
Modifier and TypeClassDescriptionstatic class
GroupAggregator.Parallel<K,
V, T, E, R> Deprecated.As of Coherence 12.2.1.Modifier 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 anEntryAggregator
and 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), anEntryAggregator
and a result evaluation filter.