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 ProcessorRegistryCacheResource.m_processorRegistrya processor registry that is used to map the given processor name to an EntryProcessor instance.protected ProcessorRegistryEntryResource.m_processorRegistrya processor registry that is used to map the given processor name to an EntryProcessor instance.protected ProcessorRegistryEntrySetResource.m_processorRegistrya processor registry that is used to map the given processor name to an EntryProcessor instance.protected ProcessorRegistryNamedQueryResource.m_processorRegistrya 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.