Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cli.upgrade | |
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 | |
org.infinispan.query.remote | |
org.infinispan.server.core |
Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
CacheImpl.componentRegistry |
Modifier and Type | Method and Description |
---|---|
ComponentRegistry |
AbstractDelegatingAdvancedCache.getComponentRegistry() |
ComponentRegistry |
CacheImpl.getComponentRegistry() |
ComponentRegistry |
AdvancedCache.getComponentRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
SourceMigratorInstaller.cacheStarted(ComponentRegistry cr,
String cacheName) |
Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
AbstractNamedCacheConfigurationBean.cr |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNamedCacheConfigurationBean.inject(ComponentRegistry cr) |
void |
Configuration.inject(ComponentRegistry cr)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ComponentRegistry |
AbstractNamedCacheComponentFactory.componentRegistry |
Modifier and Type | Method and Description |
---|---|
ComponentRegistry |
GlobalComponentRegistry.getNamedComponentRegistry(String name) |
Modifier and Type | Method and Description |
---|---|
static InterceptorChainFactory |
InterceptorChainFactory.getInstance(ComponentRegistry componentRegistry,
Configuration configuration) |
void |
GlobalComponentRegistry.registerNamedComponentRegistry(ComponentRegistry componentRegistry,
String name) |
Constructor and Description |
---|
BootstrapFactory(AdvancedCache<?,?> advancedCache,
Configuration configuration,
ComponentRegistry componentRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
InvocationContextInterceptor.init(TransactionManager tm,
ComponentRegistry componentRegistry,
TransactionTable txTable,
InvocationContextContainer invocationContextContainer) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractModuleLifecycle.cacheStarted(ComponentRegistry cr,
String cacheName) |
void |
ModuleLifecycle.cacheStarted(ComponentRegistry cr,
String cacheName) |
void |
AbstractModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName) |
void |
ModuleLifecycle.cacheStarting(ComponentRegistry cr,
Configuration configuration,
String cacheName) |
void |
AbstractModuleLifecycle.cacheStopped(ComponentRegistry cr,
String cacheName) |
void |
ModuleLifecycle.cacheStopped(ComponentRegistry cr,
String cacheName) |
void |
AbstractModuleLifecycle.cacheStopping(ComponentRegistry cr,
String cacheName) |
void |
ModuleLifecycle.cacheStopping(ComponentRegistry cr,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
ComponentRegistry |
ComponentRegistryServiceProvider.getService() |
Constructor and Description |
---|
ComponentRegistryServiceProvider(ComponentRegistry cr) |
SearchableCacheConfiguration(Class<?>[] classArray,
Properties properties,
EmbeddedCacheManager uninitializedCacheManager,
ComponentRegistry cr) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleManager.cacheStarted(ComponentRegistry cr,
String cacheName) |
void |
LifecycleManager.cacheStarting(ComponentRegistry cr,
Configuration cfg,
String cacheName)
Registers the remote value wrapper interceptor in the cache before it gets started.
|
void |
LifecycleManager.cacheStopped(ComponentRegistry cr,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleCallbacks.cacheStarting(ComponentRegistry cr,
Configuration cfg,
String cacheName) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.