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 Details

    • AggregatorConfig

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

    • 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