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 and Description |
---|---|
ResourceRegistry |
CacheMapping.getResourceRegistry()
Obtains the
ResourceRegistry that holds resources associated with the CacheMapping . |
Modifier and Type | Method and Description |
---|---|
CacheConfig |
CacheConfig.validate(ResourceRegistry registry)
Validate the cache configuration.
|
Modifier and Type | Field and Description |
---|---|
protected ResourceRegistry |
ExecutionContext.f_resourceRegistry
The
ResourceRegistry used to store various resources used by queries managed by this context. |
Modifier and Type | Method and 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 and 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 and 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 and Description |
---|---|
ResourceRegistry |
DefaultProcessingContext.getResourceRegistry()
Obtains the
ResourceRegistry associated with the ProcessingContext . |
ResourceRegistry |
DocumentProcessor.Dependencies.getResourceRegistry()
Obtains the
ResourceRegistry for the DocumentProcessor . |
ResourceRegistry |
DocumentProcessor.DefaultDependencies.getResourceRegistry()
Obtains the
ResourceRegistry for the DocumentProcessor . |
ResourceRegistry |
ProcessingContext.getResourceRegistry()
Obtains the
ResourceRegistry associated with the ProcessingContext . |
Modifier and Type | Method and Description |
---|---|
DocumentProcessor.DefaultDependencies |
DocumentProcessor.DefaultDependencies.setResourceRegistry(ResourceRegistry registry)
Sets the
ResourceRegistry that will be used when processing a document. |
Modifier and Type | Field and Description |
---|---|
protected ResourceRegistry |
DefaultConfigurableCacheFactory.m_registry
Deprecated.
The
ResourceRegistry for configuration. |
Modifier and Type | Method and Description |
---|---|
ResourceRegistry |
Cluster.getResourceRegistry()
Retrieves a Cluster scoped
ResourceRegistry . |
ResourceRegistry |
ConfigurableCacheFactory.getResourceRegistry()
Return the
ResourceRegistry for this factory. |
ResourceRegistry |
DefaultConfigurableCacheFactory.getResourceRegistry()
Deprecated.
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 |
Service.getResourceRegistry()
Retrieves a Service scoped
ResourceRegistry . |
ResourceRegistry |
WrapperService.getResourceRegistry()
Retrieves a Service scoped
ResourceRegistry . |
Constructor and Description |
---|
DefaultDependencies(CacheConfig cacheConfig, ClassLoader contextClassLoader, ResourceRegistry registry)
Constructs a
ExtensibleConfigurableCacheFactory.DefaultDependencies . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleResourceRegistry
A
SimpleResourceRegistry is a basic implementation of a ResourceRegistry . |
class |
SimpleResourceResolver
A simple implementation of a
ResourceResolver . |