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.
-
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.commands.topology
Methods in org.infinispan.commands.topology with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionCacheAvailabilityUpdateCommand.invokeAsync(GlobalComponentRegistry gcr) CacheJoinCommand.invokeAsync(GlobalComponentRegistry gcr) CacheLeaveCommand.invokeAsync(GlobalComponentRegistry gcr) CacheShutdownCommand.invokeAsync(GlobalComponentRegistry gcr) CacheShutdownRequestCommand.invokeAsync(GlobalComponentRegistry gcr) CacheStatusRequestCommand.invokeAsync(GlobalComponentRegistry gcr) RebalancePhaseConfirmCommand.invokeAsync(GlobalComponentRegistry gcr) RebalancePolicyUpdateCommand.invokeAsync(GlobalComponentRegistry gcr) RebalanceStartCommand.invokeAsync(GlobalComponentRegistry gcr) RebalanceStatusRequestCommand.invokeAsync(GlobalComponentRegistry gcr) TopologyUpdateCommand.invokeAsync(GlobalComponentRegistry gcr) TopologyUpdateStableCommand.invokeAsync(GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as GlobalComponentRegistryModifier and TypeFieldDescriptionprotected GlobalComponentRegistryAnyScopeComponentFactory.globalComponentRegistryMethods in org.infinispan.factories that return GlobalComponentRegistryModifier and TypeMethodDescriptionfinal GlobalComponentRegistryComponentRegistry.getGlobalComponentRegistry()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.lifecycle
Methods in org.infinispan.lifecycle with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptiondefault voidModuleLifecycle.cacheManagerStarted(GlobalComponentRegistry gcr) default voidModuleLifecycle.cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) default voidModuleLifecycle.cacheManagerStopped(GlobalComponentRegistry gcr) default voidModuleLifecycle.cacheManagerStopping(GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.manager
Methods in org.infinispan.manager that return GlobalComponentRegistryModifier and TypeMethodDescriptionDefaultCacheManager.getGlobalComponentRegistry()EmbeddedCacheManager.getGlobalComponentRegistry()Deprecated.Since 10.0, with no public API replacement -
Uses of GlobalComponentRegistry in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return GlobalComponentRegistryModifier and TypeMethodDescriptionAbstractDelegatingEmbeddedCacheManager.getGlobalComponentRegistry()Methods in org.infinispan.manager.impl with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionReplicableRunnableCommand.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 globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return GlobalComponentRegistry -
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, RebalanceType rebalanceType, ClusterTopologyManagerImpl clusterTopologyManager, Transport transport, PersistentUUIDManager persistentUUIDManager, 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 TypeMethodDescriptionXSiteViewNotificationCommand.invokeAsync(GlobalComponentRegistry globalComponentRegistry)