| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected AggregatorRegistry |
CacheResource.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.
|
protected AggregatorRegistry |
EntrySetResource.m_aggregatorRegistry
Aggregator registry that is used to map the given aggregator name to
an EntryAggregator instance.
|
| Modifier and Type | Method and Description |
|---|---|
AggregatorRegistry |
RestConfig.getAggregatorRegistry()
Return the configured aggregator registry.
|