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.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Method and Description |
---|---|
CacheConfig |
CacheConfig.validate(ResourceRegistry registry)
Validate the cache configuration.
|
Modifier and Type | Method and Description |
---|---|
CacheConfig |
ConfigurationProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |
Modifier and Type | Method and Description |
---|---|
CacheConfig |
ExtensibleConfigurableCacheFactory.getCacheConfig()
Return the
CacheConfig that contains the configuration used by
this factory. |
CacheConfig |
ExtensibleConfigurableCacheFactory.Dependencies.getCacheConfig()
Obtains
CacheConfig for an ExtensibleConfigurableCacheFactory . |
CacheConfig |
ExtensibleConfigurableCacheFactory.DefaultDependencies.getCacheConfig()
Obtains
CacheConfig for an ExtensibleConfigurableCacheFactory . |
Constructor and Description |
---|
DefaultDependencies(CacheConfig cacheConfig)
Constructs a
ExtensibleConfigurableCacheFactory.DefaultDependencies with the Context ClassLoader
being the ClassLoader of the CacheConfig instance and
an empty ResourceRegistry . |
DefaultDependencies(CacheConfig cacheConfig,
ClassLoader contextClassLoader,
ResourceRegistry registry)
Constructs a
ExtensibleConfigurableCacheFactory.DefaultDependencies . |