|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentRegistry | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.lifecycle | Component lifecycle. |
org.infinispan.query.backend | |
org.infinispan.query.impl |
Uses of ComponentRegistry in org.infinispan |
---|
Fields in org.infinispan declared as ComponentRegistry | |
---|---|
protected ComponentRegistry |
CacheImpl.componentRegistry
|
Methods in org.infinispan that return ComponentRegistry | |
---|---|
ComponentRegistry |
AdvancedCache.getComponentRegistry()
|
ComponentRegistry |
AbstractDelegatingAdvancedCache.getComponentRegistry()
|
ComponentRegistry |
CacheImpl.getComponentRegistry()
|
Methods in org.infinispan with parameters of type ComponentRegistry | |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg)
|
Uses of ComponentRegistry in org.infinispan.config |
---|
Fields in org.infinispan.config declared as ComponentRegistry | |
---|---|
protected ComponentRegistry |
AbstractNamedCacheConfigurationBean.cr
|
Methods in org.infinispan.config with parameters of type ComponentRegistry | |
---|---|
void |
AbstractNamedCacheConfigurationBean.inject(ComponentRegistry cr)
|
void |
Configuration.inject(ComponentRegistry cr)
Deprecated. |
Uses of ComponentRegistry in org.infinispan.factories |
---|
Fields in org.infinispan.factories declared as ComponentRegistry | |
---|---|
protected ComponentRegistry |
AbstractNamedCacheComponentFactory.componentRegistry
|
Methods in org.infinispan.factories that return ComponentRegistry | |
---|---|
ComponentRegistry |
GlobalComponentRegistry.getNamedComponentRegistry(String name)
|
Methods in org.infinispan.factories with parameters of type ComponentRegistry | |
---|---|
static InterceptorChainFactory |
InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry,
Configuration configuration)
|
void |
GlobalComponentRegistry.registerNamedComponentRegistry(ComponentRegistry componentRegistry,
String name)
|
Constructors in org.infinispan.factories with parameters of type ComponentRegistry | |
---|---|
BootstrapFactory(AdvancedCache<?,?> advancedCache,
Configuration configuration,
ComponentRegistry componentRegistry)
|
Uses of ComponentRegistry in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type ComponentRegistry | |
---|---|
void |
InvocationContextInterceptor.init(TransactionManager tm,
ComponentRegistry componentRegistry,
TransactionTable txTable,
InvocationContextContainer invocationContextContainer)
|
Uses of ComponentRegistry in org.infinispan.lifecycle |
---|
Methods in org.infinispan.lifecycle with parameters of type ComponentRegistry | |
---|---|
void |
ModuleLifecycle.cacheStarted(ComponentRegistry cr,
String cacheName)
|
void |
AbstractModuleLifecycle.cacheStarted(ComponentRegistry cr,
String cacheName)
|
void |
ModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
|
void |
ModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
Deprecated. |
void |
AbstractModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
|
void |
AbstractModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName)
Deprecated. |
void |
ModuleLifecycle.cacheStopped(ComponentRegistry cr,
String cacheName)
|
void |
AbstractModuleLifecycle.cacheStopped(ComponentRegistry cr,
String cacheName)
|
void |
ModuleLifecycle.cacheStopping(ComponentRegistry cr,
String cacheName)
|
void |
AbstractModuleLifecycle.cacheStopping(ComponentRegistry cr,
String cacheName)
|
Uses of ComponentRegistry in org.infinispan.query.backend |
---|
Methods in org.infinispan.query.backend that return ComponentRegistry | |
---|---|
ComponentRegistry |
ComponentRegistryServiceProvider.getService()
|
Constructors in org.infinispan.query.backend with parameters of type ComponentRegistry | |
---|---|
ComponentRegistryServiceProvider(ComponentRegistry cr)
|
|
SearchableCacheConfiguration(Class<?>[] classArray,
Properties properties,
EmbeddedCacheManager uninitializedCacheManager,
ComponentRegistry cr)
|
Uses of ComponentRegistry in org.infinispan.query.impl |
---|
Methods in org.infinispan.query.impl with parameters of type ComponentRegistry | |
---|---|
void |
LifecycleManager.cacheStarted(ComponentRegistry cr,
String cacheName)
|
void |
LifecycleManager.cacheStarting(ComponentRegistry cr,
Configuration cfg,
String cacheName)
Registers the Search interceptor in the cache before it gets started |
void |
LifecycleManager.cacheStopped(ComponentRegistry cr,
String cacheName)
|
void |
LifecycleManager.cacheStopping(ComponentRegistry cr,
String cacheName)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |