Uses of Class
com.tangosol.coherence.rest.config.AggregatorConfig
Packages that use AggregatorConfig
Package
Description
Contains classes related to the Coherence REST configuration.
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 AggregatorConfigModifier and TypeMethodDescriptionprotected 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 AggregatorConfigModifier and TypeMethodDescriptionvoid
AggregatorRegistry.register
(Collection<AggregatorConfig> colConfig) Register a collection of aggregators.Constructor parameters in com.tangosol.coherence.rest.util.aggregator with type arguments of type AggregatorConfigModifierConstructorDescriptionAggregatorRegistry
(Collection<AggregatorConfig> colConfig) Construct an AggregatorRegistry that includes built-in aggregators in addition to the specified aggregators.