Uses of Class
com.tangosol.coherence.rest.config.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
AggregatorRegistry.register
(Collection<AggregatorConfig> colConfig) Register a collection of aggregators.ModifierConstructorDescriptionAggregatorRegistry
(Collection<AggregatorConfig> colConfig) Construct an AggregatorRegistry that includes built-in aggregators in addition to the specified aggregators.