Uses of Interface
com.tangosol.util.ResourceRegistry
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Contains packages and classes supporting the Coherence CohQL command line tool.
Common utilities used by Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Defines classes and interfaces for processing Xml documents and building object
models, like configuration, based on said documents though the use of injection.
Contains basic cluster interfaces and factories.
Contains various generic utilities.
-
Uses of ResourceRegistry in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionResourceMapping.getResourceRegistry()
Obtains theResourceRegistry
that holds resources associated with theResourceMapping
.Modifier and TypeMethodDescriptionCacheConfig.validate
(ResourceRegistry registry) Validate the cache configuration. -
Uses of ResourceRegistry in com.tangosol.coherence.dslquery
Modifier and TypeFieldDescriptionprotected final ResourceRegistry
ExecutionContext.f_resourceRegistry
TheResourceRegistry
used to store various resources used by queries managed by this context.Modifier and TypeMethodDescriptionExecutionContext.getResourceRegistry()
Return theResourceRegistry
that may be used to register ad-hoc resources with this context as a way to maintain state between different command executions. -
Uses of ResourceRegistry in com.tangosol.coherence.jcache.common
Modifier and TypeMethodDescriptionstatic JCacheContext
JCacheContext.getContext
(ResourceRegistry reg, JCacheIdentifier cacheId) Get a JCacheContext forcacheId
inResourceRegistry
static JCacheContext
JCacheContext.getContext
(ResourceRegistry reg, JCacheIdentifier cacheId, javax.cache.configuration.CompleteConfiguration config) Get or Create a JCacheContext forcacheId
inResourceRegistry
static void
JCacheContext.unregister
(ResourceRegistry reg, JCacheIdentifier cacheId) -
Uses of ResourceRegistry in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeMethodDescriptionvoid
PartitionedCacheConfigurationMapListener.setResourceRegistry
(ResourceRegistry registry) InjectResourceRegistry
associated with theConfigurableCacheFactory
that created the cache that this maplistener is added to. -
Uses of ResourceRegistry in com.tangosol.config.xml
Modifier and TypeMethodDescriptionDefaultProcessingContext.getResourceRegistry()
Obtains theResourceRegistry
associated with theProcessingContext
.DocumentProcessor.DefaultDependencies.getResourceRegistry()
Obtains theResourceRegistry
for theDocumentProcessor
.DocumentProcessor.Dependencies.getResourceRegistry()
Obtains theResourceRegistry
for theDocumentProcessor
.ProcessingContext.getResourceRegistry()
Obtains theResourceRegistry
associated with theProcessingContext
.Modifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setResourceRegistry
(ResourceRegistry registry) Sets theResourceRegistry
that will be used when processing a document. -
Uses of ResourceRegistry in com.tangosol.net
Modifier and TypeFieldDescriptionprotected ResourceRegistry
DefaultConfigurableCacheFactory.m_registry
Deprecated.TheResourceRegistry
for configuration.Modifier and TypeMethodDescriptionCluster.getResourceRegistry()
Retrieves a Cluster scopedResourceRegistry
.Coherence.getResourceRegistry()
Return theResourceRegistry
for thisCoherence
instance.CoherenceSession.getResourceRegistry()
ConfigurableCacheFactory.getResourceRegistry()
Return theResourceRegistry
for this factory.DefaultConfigurableCacheFactory.getResourceRegistry()
Deprecated.Return theResourceRegistry
for this factory.ExtensibleConfigurableCacheFactory.DefaultDependencies.getResourceRegistry()
Obtains theResourceRegistry
for anExtensibleConfigurableCacheFactory
.ExtensibleConfigurableCacheFactory.Dependencies.getResourceRegistry()
Obtains theResourceRegistry
for anExtensibleConfigurableCacheFactory
.ExtensibleConfigurableCacheFactory.getResourceRegistry()
Return theResourceRegistry
for this factory.Service.getResourceRegistry()
Retrieves a Service scopedResourceRegistry
.Session.getResourceRegistry()
Return theResourceRegistry
for this session.WrapperService.getResourceRegistry()
Retrieves a Service scopedResourceRegistry
.Modifier and TypeMethodDescriptionvoid
ClusterDependencies.registerResources
(ResourceRegistry registry) Register all the custom resources contained in thisClusterDependencies
with the target registry.ModifierConstructorDescriptionDefaultDependencies
(CacheConfig cacheConfig, ClassLoader contextClassLoader, ResourceRegistry registry) Constructs aExtensibleConfigurableCacheFactory.DefaultDependencies
. -
Uses of ResourceRegistry in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
AResourceRegistry
implementation that does nothing.class
ASimpleResourceRegistry
is a basic implementation of aResourceRegistry
.class
A simple implementation of aResourceResolver
.Modifier and TypeMethodDescriptionstatic ResourceRegistry
NullImplementation.getResourceRegistry()
Factory method: Obtain a null implementation of aResourceRegistry
.Modifier and TypeMethodDescriptionvoid
SimpleResourceRegistry.registerResources
(ResourceRegistry registry) Register all the resources contained in this registry with the target registry.void
SimpleResourceRegistry.registerResources
(ResourceRegistry registry, RegistrationBehavior behavior) Register all the resources contained in this registry with the target registry.