Class AggregatorConfig
java.lang.Object
com.tangosol.coherence.rest.config.AggregatorConfig
The AggregatorConfig class encapsulates information related to a
Coherence REST EntryAggregator configuration.
- Author:
- vp 2011.07.08
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDetermine the class of the aggregator or aggregator factory.Determine the name of the aggregator.
-
Constructor Details
-
AggregatorConfig
Construct a AggregatorConfig.- Parameters:
sName
- the aggregator nameclz
- the aggregator or aggregator factory class
-
-
Method Details
-
getAggregatorName
Determine the name of the aggregator.- Returns:
- the aggregator name
-
getAggregatorClass
Determine the class of the aggregator or aggregator factory.- Returns:
- the aggregator or aggregator factory class
-