Uses of Class
com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Package
Description
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST configuration.
-
Uses of ProcessorRegistry in com.tangosol.coherence.rest
Modifier and TypeFieldDescriptionprotected 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. -
Uses of ProcessorRegistry in com.tangosol.coherence.rest.config
Modifier and TypeMethodDescriptionRestConfig.getProcessorRegistry()
Return the configured processor registry.