Package | Description |
---|---|
com.tangosol.coherence.config |
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
|
com.tangosol.coherence.dslquery | |
com.tangosol.coherence.jcache.common |
Common utilities used by Coherence JCache.
|
com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
com.tangosol.config.xml |
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method | Description |
---|---|---|
ResourceRegistry |
ResourceMapping.getResourceRegistry()
Obtains the
ResourceRegistry that holds resources
associated with the ResourceMapping . |
Modifier and Type | Method | Description |
---|---|---|
CacheConfig |
CacheConfig.validate(ResourceRegistry registry)
Validate the cache configuration.
|
Modifier and Type | Field | Description |
---|---|---|
protected ResourceRegistry |
ExecutionContext.f_resourceRegistry
The
ResourceRegistry used to store various resources
used by queries managed by this context. |
Modifier and Type | Method | Description |
---|---|---|
ResourceRegistry |
ExecutionContext.getResourceRegistry()
Return the
ResourceRegistry that may be used to register
ad-hoc resources with this context as a way to maintain state between
different command executions. |
Modifier and Type | Method | Description |
---|---|---|
static JCacheContext |
JCacheContext.getContext(ResourceRegistry reg,
JCacheIdentifier cacheId)
Get a JCacheContext for
cacheId in ResourceRegistry |
|
static JCacheContext |
JCacheContext.getContext(ResourceRegistry reg,
JCacheIdentifier cacheId,
javax.cache.configuration.CompleteConfiguration config)
Get or Create a JCacheContext for
cacheId in ResourceRegistry |
|
static void |
JCacheContext.unregister(ResourceRegistry reg,
JCacheIdentifier cacheId) |
Modifier and Type | Method | Description |
---|---|---|
void |
PartitionedCacheConfigurationMapListener.setResourceRegistry(ResourceRegistry registry)
Inject
ResourceRegistry associated with the ConfigurableCacheFactory that
created the cache that this maplistener is added to. |
Modifier and Type | Method | Description |
---|---|---|
ResourceRegistry |
DocumentProcessor.Dependencies.getResourceRegistry()
Obtains the
ResourceRegistry for the DocumentProcessor . |
|
ResourceRegistry |
DocumentProcessor.DefaultDependencies.getResourceRegistry()
Obtains the
ResourceRegistry for the DocumentProcessor . |
|
ResourceRegistry |
DefaultProcessingContext.getResourceRegistry()
Obtains the
ResourceRegistry associated with the ProcessingContext . |
|
ResourceRegistry |
ProcessingContext.getResourceRegistry()
Obtains the
ResourceRegistry associated with the ProcessingContext . |
Modifier and Type | Method | Description |
---|---|---|
DocumentProcessor.DefaultDependencies |
DocumentProcessor.DefaultDependencies.setResourceRegistry(ResourceRegistry registry)
Sets the
ResourceRegistry that will be used when processing a document. |
Modifier and Type | Field | Description |
---|---|---|
protected ResourceRegistry |
DefaultConfigurableCacheFactory.m_registry
Deprecated.
The
ResourceRegistry for configuration. |
Modifier and Type | Method | Description |
---|---|---|
ResourceRegistry |
WrapperService.getResourceRegistry()
Retrieves a Service scoped
ResourceRegistry . |
|
ResourceRegistry |
Cluster.getResourceRegistry()
Retrieves a Cluster scoped
ResourceRegistry . |
|
ResourceRegistry |
ConfigurableCacheFactory.getResourceRegistry()
Return the
ResourceRegistry for this factory. |
|
ResourceRegistry |
ExtensibleConfigurableCacheFactory.getResourceRegistry()
Return the
ResourceRegistry for this factory. |
|
ResourceRegistry |
ExtensibleConfigurableCacheFactory.Dependencies.getResourceRegistry()
Obtains the
ResourceRegistry for an ExtensibleConfigurableCacheFactory . |
|
ResourceRegistry |
ExtensibleConfigurableCacheFactory.DefaultDependencies.getResourceRegistry()
Obtains the
ResourceRegistry for an ExtensibleConfigurableCacheFactory . |
|
ResourceRegistry |
DefaultConfigurableCacheFactory.getResourceRegistry()
Deprecated.
Return the
ResourceRegistry for this factory. |
|
ResourceRegistry |
Service.getResourceRegistry()
Retrieves a Service scoped
ResourceRegistry . |
Constructor | Description |
---|---|
DefaultDependencies(CacheConfig cacheConfig,
ClassLoader contextClassLoader,
ResourceRegistry registry)
Constructs a
ExtensibleConfigurableCacheFactory.DefaultDependencies . |
Modifier and Type | Class | Description |
---|---|---|
static class |
NullImplementation.NullResourceRegistry
A
ResourceRegistry implementation that does nothing. |
|
class |
SimpleResourceRegistry
A
SimpleResourceRegistry is a basic implementation of a ResourceRegistry . |
|
class |
SimpleResourceResolver
A simple implementation of a
ResourceResolver . |
Modifier and Type | Method | Description |
---|---|---|
static ResourceRegistry |
NullImplementation.getResourceRegistry()
Factory method: Obtain a null implementation of a
ResourceRegistry . |