Uses of Class
org.infinispan.factories.GlobalComponentRegistry
-
Packages that use GlobalComponentRegistry Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.lifecycle Component lifecycle.org.infinispan.lucene Lucene Directory implementation which stores the index in Infinispan.org.infinispan.manager Cache manager API.org.infinispan.marshall.exts Externalizers for various JDK types that are marshalled using the marshalling framework.org.infinispan.persistence.remote Hot Rod-basedAdvancedLoadWriteStore.org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.security.actions org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.server.hotrod.tx.table org.infinispan.server.memcached -
-
Uses of GlobalComponentRegistry in org.infinispan.factories
Fields in org.infinispan.factories declared as GlobalComponentRegistry Modifier and Type Field Description protected GlobalComponentRegistryAbstractComponentFactory. 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 voidAbstractModuleLifecycle. cacheManagerStarted(GlobalComponentRegistry gcr)Deprecated.default voidModuleLifecycle. cacheManagerStarted(GlobalComponentRegistry gcr)voidAbstractModuleLifecycle. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)Deprecated.default voidModuleLifecycle. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)voidAbstractModuleLifecycle. cacheManagerStopped(GlobalComponentRegistry gcr)Deprecated.default voidModuleLifecycle. cacheManagerStopped(GlobalComponentRegistry gcr)voidAbstractModuleLifecycle. cacheManagerStopping(GlobalComponentRegistry gcr)Deprecated.default voidModuleLifecycle. cacheManagerStopping(GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.lucene
Methods in org.infinispan.lucene with parameters of type GlobalComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
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.marshall.exts
Constructors in org.infinispan.marshall.exts with parameters of type GlobalComponentRegistry Constructor Description CacheRpcCommandExternalizer(GlobalComponentRegistry gcr, ReplicableCommandExternalizer cmdExt)ReplicableCommandExternalizer(org.infinispan.commands.RemoteCommandsFactory cmdFactory, GlobalComponentRegistry globalComponentRegistry) -
Uses of GlobalComponentRegistry in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote with parameters of type GlobalComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalCfg) -
Uses of GlobalComponentRegistry in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type GlobalComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistryGetCacheGlobalComponentRegistryAction. run()GlobalComponentRegistryGetGlobalComponentRegistryAction. run() -
Uses of GlobalComponentRegistry in org.infinispan.server.core
Methods in org.infinispan.server.core with parameters of type GlobalComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration) -
Uses of GlobalComponentRegistry in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod with parameters of type GlobalComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheManagerStarted(GlobalComponentRegistry gcr)voidLifecycleCallbacks. 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 GlobalComponentRegistry Constructor Description GlobalTxTable(Cache<CacheXid,TxState> storage, GlobalComponentRegistry gcr) -
Uses of GlobalComponentRegistry in org.infinispan.server.memcached
Methods in org.infinispan.server.memcached with parameters of type GlobalComponentRegistry Modifier and Type Method Description voidLifecycleCallbacks. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
-