Uses of Class
com.tangosol.util.aggregator.GroupAggregator
Packages that use GroupAggregator
Package
Description
Contains various generic utilities.
Contains concrete
InvocableMap.EntryAggregator
implementations.-
Uses of GroupAggregator in com.tangosol.util
Methods in com.tangosol.util that return GroupAggregatorModifier and TypeMethodDescriptionstatic <K,V, E, R>
GroupAggregator<K, V, ?, E, R> Aggregators.grouping(InvocableMap.EntryAggregator<K, V, R> aggregator, Filter filter, String... asNames) Create an instance of group aggregator based on a specified property or method name(s) and anInvocableMap.EntryAggregator.static <K,V, E, R>
GroupAggregator<K, V, ?, E, R> Aggregators.grouping(InvocableMap.EntryAggregator<K, V, R> aggregator, String... asNames) Create an instance of group aggregator based on a specified property or method name(s) and anInvocableMap.EntryAggregator.static <K,V, T, E, R>
GroupAggregator<K, V, T, E, R> Aggregators.grouping(ValueExtractor<? super T, ? extends E> extractor, InvocableMap.EntryAggregator<? super K, ? super V, R> aggregator, Filter filter) Create an instance of group aggregator based on a specified property or method name(s) and anInvocableMap.EntryAggregator.static <K,V, T, E, R>
GroupAggregator<K, V, T, E, R> Aggregators.grouping(ValueExtractor<? super T, ? extends E> extractor, InvocableMap.EntryAggregator<K, V, R> aggregator) Create an instance of group aggregator based on a specified property or method name(s) and anInvocableMap.EntryAggregator. -
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.