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 theResourceRegistrythat 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 ResourceRegistryExecutionContext.f_resourceRegistryTheResourceRegistryused to store various resources used by queries managed by this context.Methods in com.tangosol.coherence.dslquery that return ResourceRegistryModifier and TypeMethodDescriptionExecutionContext.getResourceRegistry()Return theResourceRegistrythat 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 JCacheContextJCacheContext.getContext(ResourceRegistry reg, JCacheIdentifier cacheId) Get a JCacheContext forcacheIdinResourceRegistrystatic JCacheContextJCacheContext.getContext(ResourceRegistry reg, JCacheIdentifier cacheId, javax.cache.configuration.CompleteConfiguration config) Get or Create a JCacheContext forcacheIdinResourceRegistrystatic voidJCacheContext.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 TypeMethodDescriptionvoidPartitionedCacheConfigurationMapListener.setResourceRegistry(ResourceRegistry registry) InjectResourceRegistryassociated with theConfigurableCacheFactorythat 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 theResourceRegistryassociated with theProcessingContext.DocumentProcessor.DefaultDependencies.getResourceRegistry()Obtains theResourceRegistryfor theDocumentProcessor.DocumentProcessor.Dependencies.getResourceRegistry()Obtains theResourceRegistryfor theDocumentProcessor.ProcessingContext.getResourceRegistry()Obtains theResourceRegistryassociated with theProcessingContext.Methods in com.tangosol.config.xml with parameters of type ResourceRegistryModifier and TypeMethodDescriptionDocumentProcessor.DefaultDependencies.setResourceRegistry(ResourceRegistry registry) Sets theResourceRegistrythat will be used when processing a document. -
Uses of ResourceRegistry in com.tangosol.net
Fields in com.tangosol.net declared as ResourceRegistryModifier and TypeFieldDescriptionprotected ResourceRegistryDefaultConfigurableCacheFactory.m_registryDeprecated.TheResourceRegistryfor configuration.Methods in com.tangosol.net that return ResourceRegistryModifier and TypeMethodDescriptionCluster.getResourceRegistry()Retrieves a Cluster scopedResourceRegistry.Coherence.getResourceRegistry()Return theResourceRegistryfor thisCoherenceinstance.CoherenceSession.getResourceRegistry()ConfigurableCacheFactory.getResourceRegistry()Return theResourceRegistryfor this factory.DefaultConfigurableCacheFactory.getResourceRegistry()Deprecated.Return theResourceRegistryfor this factory.ExtensibleConfigurableCacheFactory.DefaultDependencies.getResourceRegistry()Obtains theResourceRegistryfor anExtensibleConfigurableCacheFactory.ExtensibleConfigurableCacheFactory.Dependencies.getResourceRegistry()Obtains theResourceRegistryfor anExtensibleConfigurableCacheFactory.ExtensibleConfigurableCacheFactory.getResourceRegistry()Return theResourceRegistryfor this factory.Service.getResourceRegistry()Retrieves a Service scopedResourceRegistry.Session.getResourceRegistry()Return theResourceRegistryfor this session.WrapperService.getResourceRegistry()Retrieves a Service scopedResourceRegistry.Methods in com.tangosol.net with parameters of type ResourceRegistryModifier and TypeMethodDescriptionvoidClusterDependencies.registerResources(ResourceRegistry registry) Register all the custom resources contained in thisClusterDependencieswith 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 classAResourceRegistryimplementation that does nothing.classASimpleResourceRegistryis a basic implementation of aResourceRegistry.classA simple implementation of aResourceResolver.Methods in com.tangosol.util that return ResourceRegistryModifier and TypeMethodDescriptionstatic ResourceRegistryNullImplementation.getResourceRegistry()Factory method: Obtain a null implementation of aResourceRegistry.Methods in com.tangosol.util with parameters of type ResourceRegistryModifier and TypeMethodDescriptionvoidSimpleResourceRegistry.registerResources(ResourceRegistry registry) Register all the resources contained in this registry with the target registry.voidSimpleResourceRegistry.registerResources(ResourceRegistry registry, RegistrationBehavior behavior) Register all the resources contained in this registry with the target registry.