Uses of Class
com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
- 
Packages that use AggregatorRegistry Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.config Contains classes related to the Coherence REST configuration. - 
- 
Uses of AggregatorRegistry in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as AggregatorRegistry Modifier and Type Field Description protected AggregatorRegistryCacheResource. m_aggregatorRegistryAggregator registry that is used to map the given aggregator name to an EntryAggregator instance.protected AggregatorRegistryEntrySetResource. m_aggregatorRegistryAggregator registry that is used to map the given aggregator name to an EntryAggregator instance.protected AggregatorRegistryNamedQueryResource. m_aggregatorRegistryAggregator registry that is used to map the given aggregator name to an EntryAggregator instance. - 
Uses of AggregatorRegistry in com.tangosol.coherence.rest.config
Methods in com.tangosol.coherence.rest.config that return AggregatorRegistry Modifier and Type Method Description AggregatorRegistryRestConfig. getAggregatorRegistry()Return the configured aggregator registry. 
 -