Uses of Interface
com.tangosol.util.ResourceRegistry
Packages that use 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
Methods in com.tangosol.coherence.config that return ResourceRegistryModifier and TypeMethodDescriptionResourceMapping.getResourceRegistry()
Obtains theResourceRegistry
that holds resources associated with theResourceMapping
.Methods in com.tangosol.coherence.config with parameters of type ResourceRegistryModifier and TypeMethodDescriptionCacheConfig.validate
(ResourceRegistry registry) Validate the cache configuration. -
Uses of ResourceRegistry in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as ResourceRegistryModifier and TypeFieldDescriptionprotected final ResourceRegistry
ExecutionContext.f_resourceRegistry
TheResourceRegistry
used to store various resources used by queries managed by this context.Methods in com.tangosol.coherence.dslquery that return ResourceRegistryModifier 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
Methods in com.tangosol.coherence.jcache.common with parameters of type ResourceRegistryModifier 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
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type ResourceRegistryModifier 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
Methods in com.tangosol.config.xml that return ResourceRegistryModifier 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
.Methods in com.tangosol.config.xml with parameters of type ResourceRegistryModifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setResourceRegistry
(ResourceRegistry registry) Sets theResourceRegistry
that will be used when processing a document. -
Uses of ResourceRegistry in com.tangosol.net
Fields in com.tangosol.net declared as ResourceRegistryModifier and TypeFieldDescriptionprotected ResourceRegistry
DefaultConfigurableCacheFactory.m_registry
Deprecated.TheResourceRegistry
for configuration.Methods in com.tangosol.net that return ResourceRegistryModifier 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
.Methods in com.tangosol.net with parameters of type ResourceRegistryModifier and TypeMethodDescriptionvoid
ClusterDependencies.registerResources
(ResourceRegistry registry) Register all the custom resources contained in thisClusterDependencies
with the target registry.Constructors in com.tangosol.net with parameters of type ResourceRegistryModifierConstructorDescriptionDefaultDependencies
(CacheConfig cacheConfig, ClassLoader contextClassLoader, ResourceRegistry registry) Constructs aExtensibleConfigurableCacheFactory.DefaultDependencies
. -
Uses of ResourceRegistry in com.tangosol.util
Classes in com.tangosol.util that implement ResourceRegistryModifier and TypeClassDescriptionstatic class
AResourceRegistry
implementation that does nothing.class
ASimpleResourceRegistry
is a basic implementation of aResourceRegistry
.class
A simple implementation of aResourceResolver
.Methods in com.tangosol.util that return ResourceRegistryModifier and TypeMethodDescriptionstatic ResourceRegistry
NullImplementation.getResourceRegistry()
Factory method: Obtain a null implementation of aResourceRegistry
.Methods in com.tangosol.util with parameters of type ResourceRegistryModifier 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.