Uses of Class
org.infinispan.factories.GlobalComponentRegistry
Packages that use GlobalComponentRegistry
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
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.
-
Uses of GlobalComponentRegistry in org.infinispan
Methods in org.infinispan with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionvoidCoreModule.cacheManagerStarted(GlobalComponentRegistry gcr) voidCoreModule.cacheManagerStopping(GlobalComponentRegistry gcr) static voidCoreModule.startLifecycleComponent(GlobalComponentRegistry gcr, Class<?>... klasses) static voidCoreModule.stopLifecycleComponent(GlobalComponentRegistry gcr, Class<?>... klasses) -
Uses of GlobalComponentRegistry in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionGlobalRpcCommand.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()static GlobalComponentRegistryGlobalComponentRegistry.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.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 TypeMethodDescriptionprotected GlobalComponentRegistryDefaultCacheManager.globalComponentRegistry() -
Uses of GlobalComponentRegistry in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return GlobalComponentRegistryModifier and TypeMethodDescriptionprotected GlobalComponentRegistryInternalCacheManager.getGlobalComponentRegistry()protected GlobalComponentRegistryAbstractDelegatingEmbeddedCacheManager.globalComponentRegistry()protected abstract GlobalComponentRegistryInternalCacheManager.globalComponentRegistry()static GlobalComponentRegistryInternalCacheManager.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.security.actions
Methods in org.infinispan.security.actions that return GlobalComponentRegistryModifier and TypeMethodDescriptionstatic GlobalComponentRegistrySecurityActions.getGlobalComponentRegistry(EmbeddedCacheManager cacheManager) -
Uses of GlobalComponentRegistry in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type GlobalComponentRegistryModifier and TypeMethodDescriptionHeartBeatCommand.invokeAsync(GlobalComponentRegistry globalComponentRegistry) 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 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.