Uses of Class
com.tangosol.coherence.config.ServiceSchemeRegistry
-
Packages that use ServiceSchemeRegistry Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.xml.processor 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 ServiceSchemeRegistry Modifier and Type Method Description ServiceSchemeRegistry
CacheConfig. getServiceSchemeRegistry()
Obtain theServiceSchemeRegistry
for theCacheConfig
.Methods in com.tangosol.coherence.config with parameters of type ServiceSchemeRegistry Modifier and Type Method Description void
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 ServiceSchemeRegistry Modifier and Type Method Description ServiceSchemeRegistry
CachingSchemesProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.ServiceSchemeRegistry
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 ServiceSchemeRegistry Constructor Description SchemeRefExpression(Expression<?> exprSchemeName, ServiceSchemeRegistry registry)
Constructs a SchemeRefExpression.
-