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