Uses of Class
com.tangosol.coherence.rest.util.processor.ProcessorRegistry
Packages that use 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
Fields in com.tangosol.coherence.rest declared as ProcessorRegistryModifier 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
Methods in com.tangosol.coherence.rest.config that return ProcessorRegistryModifier and TypeMethodDescriptionRestConfig.getProcessorRegistry()
Return the configured processor registry.