Uses of Class
com.tangosol.coherence.config.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
Modifier and TypeMethodDescriptionCacheConfig.getServiceSchemeRegistry()
Obtain theServiceSchemeRegistry
for theCacheConfig
.Modifier and TypeMethodDescriptionvoid
CacheConfig.setServiceSchemeRegistry
(ServiceSchemeRegistry registry) Set theServiceSchemeRegistry
for theCacheConfig
. -
Uses of ServiceSchemeRegistry in com.tangosol.coherence.config.xml.processor
Modifier 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.ModifierConstructorDescriptionSchemeRefExpression
(Expression<?> exprSchemeName, ServiceSchemeRegistry registry) Constructs a SchemeRefExpression.