Uses of Class
org.infinispan.factories.GlobalComponentRegistry
-
Packages that use GlobalComponentRegistry Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.topology org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.lifecycle Module and component lifecycle.org.infinispan.manager Cache manager API.org.infinispan.manager.impl org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework.org.infinispan.security.actions org.infinispan.topology -
-
Uses of GlobalComponentRegistry in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type GlobalComponentRegistry Modifier and Type Method Description default CompletionStage<?>GlobalRpcCommand. invokeAsync(GlobalComponentRegistry globalComponentRegistry)Invoke the command asynchronously. -
Uses of GlobalComponentRegistry in org.infinispan.commands.topology
-
Uses of GlobalComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as GlobalComponentRegistry Modifier and Type Field Description protected GlobalComponentRegistryAnyScopeComponentFactory. globalComponentRegistryMethods in org.infinispan.factories that return GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistryComponentRegistry. getGlobalComponentRegistry()Methods in org.infinispan.factories with parameters of type GlobalComponentRegistry Modifier and Type Method Description Cache<K,V>InternalCacheFactory. 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 GlobalComponentRegistry Constructor Description ComponentRegistry(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 GlobalComponentRegistry Modifier and Type Method Description default 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 GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistryDefaultCacheManager. getGlobalComponentRegistry()GlobalComponentRegistryEmbeddedCacheManager. 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 GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistryAbstractDelegatingEmbeddedCacheManager. getGlobalComponentRegistry()Methods in org.infinispan.manager.impl with parameters of type GlobalComponentRegistry Modifier and Type Method Description CompletionStage<?>ReplicableRunnableCommand. invokeAsync(GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.marshall.exts
Constructors in org.infinispan.marshall.exts with parameters of type GlobalComponentRegistry Constructor Description CacheRpcCommandExternalizer(GlobalComponentRegistry gcr, ReplicableCommandExternalizer cmdExt)ReplicableCommandExternalizer(RemoteCommandsFactory cmdFactory, GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistryGetGlobalComponentRegistryAction. run() -
Uses of GlobalComponentRegistry in org.infinispan.topology
Constructors in org.infinispan.topology with parameters of type GlobalComponentRegistry Constructor Description TopologyManagementHelper(GlobalComponentRegistry gcr)
-