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 ProcessorRegistry |
CacheResource.m_processorRegistry
a processor registry that is used to map the given processor name to an EntryProcessor instance.
|
protected ProcessorRegistry |
EntryResource.m_processorRegistry
a processor registry that is used to map the given processor name to an EntryProcessor instance.
|
protected ProcessorRegistry |
EntrySetResource.m_processorRegistry
a processor registry that is used to map the given processor name to an EntryProcessor instance.
|
protected ProcessorRegistry |
NamedQueryResource.m_processorRegistry
a processor registry that is used to map the given processor name to an EntryProcessor instance.
|
Constructor and Description |
---|
CacheResource(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults, MarshallerRegistry marshallerRegistry, QueryEngineRegistry queryEngineRegistry, AggregatorRegistry aggregatorRegistry, ProcessorRegistry processorRegistry)
Construct a new CacheResource.
|
CacheResource(NamedCache cache, Class clzKey, Class clzValue, QueryConfig queryConfig, int cMaxResults, MarshallerRegistry marshallerRegistry, QueryEngineRegistry queryEngineRegistry, AggregatorRegistry aggregatorRegistry, ProcessorRegistry processorRegistry)
Construct a new CacheResource.
|
EntryResource(NamedCache cache, Object oKey, Class clzValue, MarshallerRegistry registry, ProcessorRegistry processorRegistry)
Construct EntryResource.
|
EntrySetResource(NamedCache cache, Set setKeys, Class clzValue, AggregatorRegistry aggregatorRegistry, ProcessorRegistry processorRegistry)
Construct an EntrySetResource.
|
NamedQueryResource(NamedCache cache, NamedQuery query, QueryEngineRegistry registry, int cMaxResults, AggregatorRegistry aggregatorRegistry, ProcessorRegistry processorRegistry)
Create a instance of NamedQueryResource.
|
Modifier and Type | Method and Description |
---|---|
ProcessorRegistry |
RestConfig.getProcessorRegistry()
Return the configured processor registry.
|