Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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 3.7.1.0

E22843-01


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