Uses of Class
com.tangosol.coherence.config.ServiceSchemeRegistry
Packages that use ServiceSchemeRegistry
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of ServiceSchemeRegistry in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return ServiceSchemeRegistryModifier and TypeMethodDescriptionCacheConfig.getServiceSchemeRegistry()
Obtain theServiceSchemeRegistry
for theCacheConfig
.Methods in com.tangosol.coherence.config with parameters of type ServiceSchemeRegistryModifier and TypeMethodDescriptionvoid
CacheConfig.setServiceSchemeRegistry
(ServiceSchemeRegistry registry) Set theServiceSchemeRegistry
for theCacheConfig
. -
Uses of ServiceSchemeRegistry in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return ServiceSchemeRegistryModifier and TypeMethodDescriptionCachingSchemesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.SchemesProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.Constructors in com.tangosol.coherence.config.xml.processor with parameters of type ServiceSchemeRegistryModifierConstructorDescriptionSchemeRefExpression
(Expression<?> exprSchemeName, ServiceSchemeRegistry registry) Constructs a SchemeRefExpression.