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 |
NamedQueryResource.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.
|
Modifier and Type | Method and Description |
---|---|
ProcessorRegistry |
RestConfig.getProcessorRegistry()
Return the configured processor registry.
|