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.
|
Modifier and Type | Method and Description |
---|---|
ServiceSchemeRegistry |
CacheConfig.getServiceSchemeRegistry()
Obtain the
ServiceSchemeRegistry for the CacheConfig . |
Modifier and Type | Method and Description |
---|---|
void |
CacheConfig.setServiceSchemeRegistry(ServiceSchemeRegistry registry)
Set the
ServiceSchemeRegistry for the CacheConfig . |
Modifier and Type | Method and Description |
---|---|
ServiceSchemeRegistry |
CachingSchemesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
ServiceSchemeRegistry |
SchemesProcessor.process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
Constructor and Description |
---|
SchemeRefExpression(com.tangosol.config.expression.Expression<?> exprSchemeName,
ServiceSchemeRegistry registry)
Constructs a SchemeRefExpression.
|