Uses of Class
org.infinispan.factories.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
Modifier and TypeMethodDescriptiondefault CompletionStage<?>
GlobalRpcCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) Invoke the command asynchronously. -
Uses of GlobalComponentRegistry in org.infinispan.counter.impl
Modifier and TypeMethodDescriptionvoid
CounterModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.factories
Modifier and TypeFieldDescriptionprotected GlobalComponentRegistry
AnyScopeComponentFactory.globalComponentRegistry
Modifier and TypeMethodDescriptionfinal GlobalComponentRegistry
ComponentRegistry.getGlobalComponentRegistry()
Modifier and TypeMethodDescriptionInternalCacheFactory.createCache
(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName) This implementation clones the configuration passed in before using it.ModifierConstructorDescriptionComponentRegistry
(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
Modifier and TypeMethodDescriptionvoid
JbossMarshallingModule.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.jboss.marshalling.core
Modifier and TypeMethodDescriptionvoid
JBossUserMarshaller.initialize
(GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.lifecycle
Modifier 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
Modifier and TypeMethodDescriptionvoid
ClusteredLockModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.manager
Modifier and TypeMethodDescriptionDefaultCacheManager.getGlobalComponentRegistry()
EmbeddedCacheManager.getGlobalComponentRegistry()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.0, with no public API replacement -
Uses of GlobalComponentRegistry in org.infinispan.manager.impl
Modifier and TypeMethodDescriptionAbstractDelegatingEmbeddedCacheManager.getGlobalComponentRegistry()
Modifier and TypeMethodDescriptionReplicableRunnableCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.marshall.exts
ModifierConstructorDescriptionReplicableCommandExternalizer
(RemoteCommandsFactory cmdFactory, GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.multimap.impl
Modifier and TypeMethodDescriptionvoid
MultimapModuleLifecycle.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.persistence.remote
Modifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.query.impl
Modifier and TypeMethodDescriptionvoid
LifecycleManager.cacheManagerStarted
(GlobalComponentRegistry gcr) void
LifecycleManager.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.rest
Modifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.rest.distribution
Modifier and TypeMethodDescriptionstatic NodeDistributionInfo
NodeDistributionInfo.resolve
(CacheManagerInfo manager, GlobalComponentRegistry registry) -
Uses of GlobalComponentRegistry in org.infinispan.security.actions
-
Uses of GlobalComponentRegistry in org.infinispan.server.core
Modifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.server.core.backup.resources
Modifier 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
Modifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarted
(GlobalComponentRegistry gcr) void
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.server.hotrod.tx.table
ModifierConstructorDescriptionGlobalTxTable
(Cache<CacheXid, TxState> storage, GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.server.memcached
Modifier and TypeMethodDescriptionvoid
LifecycleCallbacks.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.spring.embedded
Modifier and TypeMethodDescriptionvoid
SpringEmbeddedModule.cacheManagerStarting
(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.topology
ModifierConstructorDescriptionClusterCacheStatus
(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
Modifier and TypeMethodDescriptionXSiteLocalEventCommand.invokeAsync
(GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.xsite.commands.remote
Modifier 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.