Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.coherence.rest.util.aggregator
Interface AggregatorFactory

All Known Implementing Classes:
DefaultAggregatorFactory

public interface AggregatorFactory

A factory for aggregators.

Author:
vp 2011.07.07

Method Summary
 InvocableMap.EntryAggregator getAggregator(java.lang.String[] asArgs)
          Returns an aggregator instance.

 

Method Detail

getAggregator

InvocableMap.EntryAggregator getAggregator(java.lang.String[] asArgs)
Returns an aggregator instance.
Parameters:
asArgs - aggregator configuration arguments
Returns:
an aggregator instance

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.