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 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 AggregatorRegistry Modifier and Type Method Description AggregatorRegistry
RestConfig. getAggregatorRegistry()
Return the configured aggregator registry.
-