Class AggregatorConfig


  • public class AggregatorConfig
    extends Object
    The AggregatorConfig class encapsulates information related to a Coherence REST EntryAggregator configuration.
    Author:
    vp 2011.07.08
    • Constructor Detail

      • AggregatorConfig

        public AggregatorConfig​(String sName,
                                Class clz)
        Construct a AggregatorConfig.
        Parameters:
        sName - the aggregator name
        clz - the aggregator or aggregator factory class
    • Method Detail

      • getAggregatorName

        public String getAggregatorName()
        Determine the name of the aggregator.
        Returns:
        the aggregator name
      • getAggregatorClass

        public Class getAggregatorClass()
        Determine the class of the aggregator or aggregator factory.
        Returns:
        the aggregator or aggregator factory class