Uses of Class
com.tangosol.coherence.rest.util.aggregator.AggregatorRegistry
Packages that use AggregatorRegistry
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
-
Uses of AggregatorRegistry in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as AggregatorRegistryModifier and TypeFieldDescriptionprotected AggregatorRegistry
CacheResource.m_aggregatorRegistry
Aggregator registry that is used to map the given aggregator name to an EntryAggregator instance.protected AggregatorRegistry
EntrySetResource.m_aggregatorRegistry
Aggregator registry that is used to map the given aggregator name to an EntryAggregator instance.protected AggregatorRegistry
NamedQueryResource.m_aggregatorRegistry
Aggregator 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 AggregatorRegistryModifier and TypeMethodDescriptionRestConfig.getAggregatorRegistry()
Return the configured aggregator registry.