Uses of Class
com.tangosol.coherence.rest.util.aggregator.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
Modifier 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
Modifier and TypeMethodDescriptionRestConfig.getAggregatorRegistry()
Return the configured aggregator registry.