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 GlobalComponentRegistry
AbstractComponentFactory. globalComponentRegistry
Methods in org.infinispan.factories that return GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistry
ComponentRegistry. 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 void
AbstractModuleLifecycle. cacheManagerStarted(GlobalComponentRegistry gcr)
Deprecated.default void
ModuleLifecycle. cacheManagerStarted(GlobalComponentRegistry gcr)
void
AbstractModuleLifecycle. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
Deprecated.default void
ModuleLifecycle. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
void
AbstractModuleLifecycle. cacheManagerStopped(GlobalComponentRegistry gcr)
Deprecated.default void
ModuleLifecycle. cacheManagerStopped(GlobalComponentRegistry gcr)
void
AbstractModuleLifecycle. cacheManagerStopping(GlobalComponentRegistry gcr)
Deprecated.default void
ModuleLifecycle. 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 void
LifecycleCallbacks. 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 GlobalComponentRegistry
DefaultCacheManager. getGlobalComponentRegistry()
GlobalComponentRegistry
EmbeddedCacheManager. 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 void
LifecycleCallbacks. 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 void
LifecycleCallbacks. 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 GlobalComponentRegistry
GetCacheGlobalComponentRegistryAction. run()
GlobalComponentRegistry
GetGlobalComponentRegistryAction. 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 void
LifecycleCallbacks. 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 void
LifecycleCallbacks. cacheManagerStarted(GlobalComponentRegistry gcr)
void
LifecycleCallbacks. 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 void
LifecycleCallbacks. cacheManagerStarting(GlobalComponentRegistry gcr, GlobalConfiguration globalConfiguration)
-