Uses of Class
com.tangosol.coherence.rest.config.AggregatorConfig
-
Packages that use AggregatorConfig Package Description com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration.com.tangosol.coherence.rest.util.aggregator Contains classes related to REST-based aggregation. -
-
Uses of AggregatorConfig in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return types with arguments of type AggregatorConfig Modifier and Type Method Description protected Collection<AggregatorConfig>
RestConfig. createAggregatorMap(XmlElement xml)
Create a collection of AggregatorConfig objects from the given XML configuration. -
Uses of AggregatorConfig in com.tangosol.coherence.rest.util.aggregator
Method parameters in com.tangosol.coherence.rest.util.aggregator with type arguments of type AggregatorConfig Modifier and Type Method Description void
AggregatorRegistry. register(Collection<AggregatorConfig> colConfig)
Register a collection of aggregators.Constructor parameters in com.tangosol.coherence.rest.util.aggregator with type arguments of type AggregatorConfig Constructor Description AggregatorRegistry(Collection<AggregatorConfig> colConfig)
Construct an AggregatorRegistry that includes built-in aggregators in addition to the specified aggregators.
-