Uses of Interface
com.tangosol.util.ResourceRegistry
-
Packages that use ResourceRegistry Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.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. -
-
Uses of ResourceRegistry in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return ResourceRegistry Modifier and Type Method Description ResourceRegistry
ResourceMapping. getResourceRegistry()
Obtains theResourceRegistry
that holds resources associated with theResourceMapping
.Methods in com.tangosol.coherence.config with parameters of type ResourceRegistry Modifier and Type Method Description CacheConfig
CacheConfig. validate(ResourceRegistry registry)
Validate the cache configuration. -
Uses of ResourceRegistry in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as ResourceRegistry Modifier and Type Field Description protected 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 ResourceRegistry Modifier and Type Method Description ResourceRegistry
ExecutionContext. 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 ResourceRegistry Modifier and Type Method Description static 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 ResourceRegistry Modifier and Type Method Description void
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 ResourceRegistry Modifier and Type Method Description ResourceRegistry
DefaultProcessingContext. getResourceRegistry()
Obtains theResourceRegistry
associated with theProcessingContext
.ResourceRegistry
DocumentProcessor.DefaultDependencies. getResourceRegistry()
Obtains theResourceRegistry
for theDocumentProcessor
.ResourceRegistry
DocumentProcessor.Dependencies. getResourceRegistry()
Obtains theResourceRegistry
for theDocumentProcessor
.ResourceRegistry
ProcessingContext. getResourceRegistry()
Obtains theResourceRegistry
associated with theProcessingContext
.Methods in com.tangosol.config.xml with parameters of type ResourceRegistry Modifier and Type Method Description DocumentProcessor.DefaultDependencies
DocumentProcessor.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 ResourceRegistry Modifier and Type Field Description protected ResourceRegistry
DefaultConfigurableCacheFactory. m_registry
Deprecated.TheResourceRegistry
for configuration.Methods in com.tangosol.net that return ResourceRegistry Modifier and Type Method Description ResourceRegistry
Cluster. getResourceRegistry()
Retrieves a Cluster scopedResourceRegistry
.ResourceRegistry
Coherence. getResourceRegistry()
Return theResourceRegistry
for thisCoherence
instance.ResourceRegistry
CoherenceSession. getResourceRegistry()
ResourceRegistry
ConfigurableCacheFactory. getResourceRegistry()
Return theResourceRegistry
for this factory.ResourceRegistry
DefaultConfigurableCacheFactory. getResourceRegistry()
Deprecated.Return theResourceRegistry
for this factory.ResourceRegistry
ExtensibleConfigurableCacheFactory.DefaultDependencies. getResourceRegistry()
Obtains theResourceRegistry
for anExtensibleConfigurableCacheFactory
.ResourceRegistry
ExtensibleConfigurableCacheFactory.Dependencies. getResourceRegistry()
Obtains theResourceRegistry
for anExtensibleConfigurableCacheFactory
.ResourceRegistry
ExtensibleConfigurableCacheFactory. getResourceRegistry()
Return theResourceRegistry
for this factory.ResourceRegistry
Service. getResourceRegistry()
Retrieves a Service scopedResourceRegistry
.ResourceRegistry
Session. getResourceRegistry()
Return theResourceRegistry
for this session.ResourceRegistry
WrapperService. getResourceRegistry()
Retrieves a Service scopedResourceRegistry
.Methods in com.tangosol.net with parameters of type ResourceRegistry Modifier and Type Method Description void
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 ResourceRegistry Constructor Description DefaultDependencies(CacheConfig cacheConfig, ClassLoader contextClassLoader, ResourceRegistry registry)
Constructs aExtensibleConfigurableCacheFactory.DefaultDependencies
. -
Uses of ResourceRegistry in com.tangosol.util
Classes in com.tangosol.util that implement ResourceRegistry Modifier and Type Class Description static class
NullImplementation.NullResourceRegistry
AResourceRegistry
implementation that does nothing.class
SimpleResourceRegistry
ASimpleResourceRegistry
is a basic implementation of aResourceRegistry
.class
SimpleResourceResolver
A simple implementation of aResourceResolver
.Methods in com.tangosol.util that return ResourceRegistry Modifier and Type Method Description static ResourceRegistry
NullImplementation. getResourceRegistry()
Factory method: Obtain a null implementation of aResourceRegistry
.Methods in com.tangosol.util with parameters of type ResourceRegistry Modifier and Type Method Description void
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.
-