Class AggregatorConfig
- java.lang.Object
-
- com.tangosol.coherence.rest.config.AggregatorConfig
-
public class AggregatorConfig extends Object
The AggregatorConfig class encapsulates information related to a Coherence REST EntryAggregator configuration.- Author:
- vp 2011.07.08
-
-
Constructor Summary
Constructors Constructor Description AggregatorConfig(String sName, Class clz)
Construct a AggregatorConfig.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getAggregatorClass()
Determine the class of the aggregator or aggregator factory.String
getAggregatorName()
Determine the name of the aggregator.
-