Uses of Class
org.infinispan.factories.GlobalComponentRegistry
Packages that use GlobalComponentRegistry
Package
Description
Commands that operate on the cache, either locally or remotely.
Factories are internal components used to create other components based on a cache's
configuration.
Module and component lifecycle.
Cache manager API.
Externalizers for various JDK types that are marshalled using the marshalling framework.
Hot Rod-based
AdvancedLoadWriteStore
.Query module internals.
REST Server bootstrap and Netty bridge classes.
-
Uses of GlobalComponentRegistry in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptiondefault CompletionStage
<?> GlobalRpcCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) Invoke the command asynchronously. -
Uses of GlobalComponentRegistry in org.infinispan.counter.impl
Methods in org.infinispan.counter.impl with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
CounterModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as GlobalComponentRegistryModifier and TypeFieldDescriptionprotected GlobalComponentRegistry
AnyScopeComponentFactory.globalComponentRegistry
Methods in org.infinispan.factories that return GlobalComponentRegistryModifier and TypeMethodDescriptionfinal GlobalComponentRegistry
ComponentRegistry.getGlobalComponentRegistry()
static GlobalComponentRegistry
GlobalComponentRegistry.of
(EmbeddedCacheManager cacheManager) Methods in org.infinispan.factories with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionInternalCacheFactory.createCache
(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName) This implementation clones the configuration passed in before using it.Constructors in org.infinispan.factories with parameters of type GlobalComponentRegistryModifierConstructorDescriptionComponentRegistry
(String cacheName, Configuration configuration, AdvancedCache<?, ?> cache, GlobalComponentRegistry globalComponents, ClassLoader defaultClassLoader) Creates an instance of the component registry. -
Uses of GlobalComponentRegistry in org.infinispan.jboss.marshalling
Methods in org.infinispan.jboss.marshalling with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
JbossMarshallingModule.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.jboss.marshalling.core
Methods in org.infinispan.jboss.marshalling.core with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
JBossUserMarshaller.initialize
(GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.lifecycle
Methods in org.infinispan.lifecycle with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptiondefault void
ModuleLifecycle.cacheManagerStarted
(GlobalComponentRegistry gcr) default void
ModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) default void
ModuleLifecycle.cacheManagerStopped
(GlobalComponentRegistry gcr) default void
ModuleLifecycle.cacheManagerStopping
(GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.lock.impl
Methods in org.infinispan.lock.impl with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
ClusteredLockModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.manager
Methods in org.infinispan.manager that return GlobalComponentRegistryModifier and TypeMethodDescriptionprotected GlobalComponentRegistry
DefaultCacheManager.globalComponentRegistry()
-
Uses of GlobalComponentRegistry in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return GlobalComponentRegistryModifier and TypeMethodDescriptionprotected GlobalComponentRegistry
InternalCacheManager.getGlobalComponentRegistry()
protected GlobalComponentRegistry
AbstractDelegatingEmbeddedCacheManager.globalComponentRegistry()
protected abstract GlobalComponentRegistry
InternalCacheManager.globalComponentRegistry()
static GlobalComponentRegistry
InternalCacheManager.of
(EmbeddedCacheManager cacheManager) Methods in org.infinispan.manager.impl with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionReplicableManagerFunctionCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) ReplicableRunnableCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.marshall.exts
Constructors in org.infinispan.marshall.exts with parameters of type GlobalComponentRegistryModifierConstructorDescriptionReplicableCommandExternalizer
(RemoteCommandsFactory cmdFactory, GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.multimap.impl
Methods in org.infinispan.multimap.impl with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
MultimapModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.query.impl
Methods in org.infinispan.query.impl with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleManager.cacheManagerStarted
(GlobalComponentRegistry gcr) void
LifecycleManager.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.rest.distribution
Methods in org.infinispan.rest.distribution with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionstatic NodeDistributionInfo
NodeDistributionInfo.resolve
(CacheManagerInfo manager, GlobalComponentRegistry registry) -
Uses of GlobalComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return GlobalComponentRegistryModifier and TypeMethodDescriptionstatic GlobalComponentRegistry
SecurityActions.getGlobalComponentRegistry
(EmbeddedCacheManager cacheManager) -
Uses of GlobalComponentRegistry in org.infinispan.server.core
Methods in org.infinispan.server.core with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.server.core.backup.resources
Methods in org.infinispan.server.core.backup.resources with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionstatic Collection
<ContainerResource> ContainerResourceFactory.getResources
(BackupManager.Resources params, BlockingManager blockingManager, EmbeddedCacheManager cm, GlobalComponentRegistry gcr, ParserRegistry parserRegistry, Path containerRoot) -
Uses of GlobalComponentRegistry in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarted
(GlobalComponentRegistry gcr) void
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.server.hotrod.tx.table
Constructors in org.infinispan.server.hotrod.tx.table with parameters of type GlobalComponentRegistryModifierConstructorDescriptionGlobalTxTable
(Cache<CacheXid, TxState> storage, GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.server.memcached
Methods in org.infinispan.server.memcached with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.server.resp
Methods in org.infinispan.server.resp with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoid
RespModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type GlobalComponentRegistryModifierConstructorDescriptionClusterCacheStatus
(EmbeddedCacheManager cacheManager, GlobalComponentRegistry gcr, String cacheName, AvailabilityStrategy availabilityStrategy, org.infinispan.statetransfer.RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, org.infinispan.util.logging.events.EventLogManager eventLogManager, Optional<ScopedPersistentState> state, boolean resolveConflictsOnMerge) -
Uses of GlobalComponentRegistry in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionXSiteLocalEventCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.xsite.commands.remote
Methods in org.infinispan.xsite.commands.remote with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionfinal CompletionStage
<T> XSiteCacheRequest.invokeInLocalSite
(String origin, GlobalComponentRegistry registry) XSiteRemoteEventCommand.invokeInLocalSite
(String origin, GlobalComponentRegistry registry) XSiteRequest.invokeInLocalSite
(String origin, GlobalComponentRegistry registry) This method is invoked by the receiver node.