| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<AggregatorConfig> | 
RestConfig.createAggregatorMap(XmlElement xml)
Create a collection of AggregatorConfig objects from the given XML
 configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AggregatorRegistry.register(Collection<AggregatorConfig> colConfig)
Register a collection of aggregators. 
 | 
| Constructor and Description | 
|---|
AggregatorRegistry(Collection<AggregatorConfig> colConfig)
Construct an AggregatorRegistry that includes built-in aggregators in
 addition to the specified aggregators. 
 |