Uses of Class
org.infinispan.factories.GlobalComponentRegistry
-
Packages that use GlobalComponentRegistry Package Description org.infinispan.atomic.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.org.infinispan.lifecycle 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 -
-
Uses of GlobalComponentRegistry in org.infinispan.atomic.impl
Constructors in org.infinispan.atomic.impl with parameters of type GlobalComponentRegistry Constructor Description Externalizer(GlobalComponentRegistry gcr)
Deprecated.Externalizer(GlobalComponentRegistry gcr)
-
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.jmx
Methods in org.infinispan.jmx with parameters of type GlobalComponentRegistry Modifier and Type Method Description protected void
CacheJmxRegistration. updateDomain(ComponentsJmxRegistration registrar, GlobalComponentRegistry componentRegistry, MBeanServer mBeanServer, String groupName)
-
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.manager
Methods in org.infinispan.manager that return GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistry
DefaultCacheManager. getGlobalComponentRegistry()
GlobalComponentRegistry
EmbeddedCacheManager. getGlobalComponentRegistry()
-
Uses of GlobalComponentRegistry in org.infinispan.manager.impl
Methods in org.infinispan.manager.impl that return GlobalComponentRegistry Modifier and Type Method Description GlobalComponentRegistry
AbstractDelegatingEmbeddedCacheManager. getGlobalComponentRegistry()
-
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 GlobalComponentRegistry
GetCacheGlobalComponentRegistryAction. run()
GlobalComponentRegistry
GetGlobalComponentRegistryAction. run()
-