Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class and Description |
---|---|
static class |
ExtensibleConfigurableCacheFactory.DefaultDependencies
The
ExtensibleConfigurableCacheFactory.DefaultDependencies is a simple implementation of
the ExtensibleConfigurableCacheFactory ExtensibleConfigurableCacheFactory.Dependencies
interface. |
Modifier and Type | Method and Description |
---|---|
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance()
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on Coherence defaults. |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(String sPath)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
the specified cache configuration file/resource that of which is
compliant with the "coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(String sPath,
ClassLoader contextClassLoader)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
the specified cache configuration file/resource that of which is
compliant with the "coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig,
ClassLoader contextClassLoader)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig,
ClassLoader contextClassLoader,
String sPofConfigUri)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
static ExtensibleConfigurableCacheFactory.Dependencies |
ExtensibleConfigurableCacheFactory.DependenciesHelper.newInstance(XmlElement xmlConfig,
ClassLoader loader,
String sPofConfigUri,
String sScopeName)
Construct an
ExtensibleConfigurableCacheFactory
ExtensibleConfigurableCacheFactory.Dependencies instance based on the information defined by
XmlElement that of which is compliant with the
"coherence-cache-config.xsd". |
Constructor and Description |
---|
ExtensibleConfigurableCacheFactory(ExtensibleConfigurableCacheFactory.Dependencies dependencies)
Constructs an
ExtensibleConfigurableCacheFactory using
the specified ExtensibleConfigurableCacheFactory.Dependencies . |