Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
K
- the type of the Map entry keys
V
- the type of the Map entry values
R
- the type of the value returned by the EntryAggregator
- All Known Implementing Classes:
- DefaultAggregatorFactory
public interface AggregatorFactory<K,V,R>
A factory for aggregators.
- Author:
- vp 2011.07.07
-
-
Method Detail
-
getAggregator
InvocableMap.EntryAggregator<K,V,R> getAggregator(String... asArgs)
Returns an aggregator instance.
- Parameters:
asArgs
- aggregator configuration arguments
- Returns:
- an aggregator instance
Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2000, 2020, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.