|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationContextContainer | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.remote | Meta-commands that wrap other commands for remote execution. |
org.infinispan.commands.tx | Commands that represent transactional lifecycle transitions. |
org.infinispan.context | Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. |
org.infinispan.interceptors | Infinispan is designed around a set of interceptors around a data container. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.marshall | Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. |
org.infinispan.marshall.jboss | Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction | JTA transaction support. |
Uses of InvocationContextContainer in org.infinispan |
---|
Fields in org.infinispan declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
CacheImpl.icc
|
Methods in org.infinispan that return InvocationContextContainer | |
---|---|
InvocationContextContainer |
AdvancedCache.getInvocationContextContainer()
Returns the component in charge of managing the interactions between the cache operations and the context information associated with them. |
InvocationContextContainer |
AbstractDelegatingAdvancedCache.getInvocationContextContainer()
|
InvocationContextContainer |
CacheImpl.getInvocationContextContainer()
|
Methods in org.infinispan with parameters of type InvocationContextContainer | |
---|---|
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 InvocationContextContainer in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type InvocationContextContainer | |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateProvider stateProvider,
StateConsumer stateConsumer,
LockManager lockManager,
InternalEntryFactory entryFactory,
MapReduceManager mapReduceManager,
StateTransferManager stm,
BackupSender backupSender,
CancellationService cancellationService)
|
Uses of InvocationContextContainer in org.infinispan.commands.remote |
---|
Fields in org.infinispan.commands.remote declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
BaseRpcInvokingCommand.icc
|
Methods in org.infinispan.commands.remote with parameters of type InvocationContextContainer | |
---|---|
void |
BaseRpcInvokingCommand.init(InterceptorChain interceptorChain,
InvocationContextContainer icc)
|
void |
ClusteredGetCommand.initialize(InvocationContextContainer icc,
CommandsFactory commandsFactory,
InternalEntryFactory entryFactory,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
TransactionTable txTable)
|
Uses of InvocationContextContainer in org.infinispan.commands.tx |
---|
Fields in org.infinispan.commands.tx declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
AbstractTransactionBoundaryCommand.icc
|
Methods in org.infinispan.commands.tx with parameters of type InvocationContextContainer | |
---|---|
void |
AbstractTransactionBoundaryCommand.init(InterceptorChain chain,
InvocationContextContainer icc,
TransactionTable txTable)
|
Uses of InvocationContextContainer in org.infinispan.context |
---|
Classes in org.infinispan.context that implement InvocationContextContainer | |
---|---|
class |
AbstractInvocationContextContainer
Base class for InvocationContextContainer implementations. |
class |
NonTransactionalInvocationContextContainer
Invocation Context container to be used for non-transactional caches. |
class |
TransactionalInvocationContextContainer
Invocation context to be used for transactional caches. |
Uses of InvocationContextContainer in org.infinispan.interceptors |
---|
Methods in org.infinispan.interceptors with parameters of type InvocationContextContainer | |
---|---|
void |
InvocationContextInterceptor.init(TransactionManager tm,
ComponentRegistry componentRegistry,
TransactionTable txTable,
InvocationContextContainer invocationContextContainer)
|
Uses of InvocationContextContainer in org.infinispan.loaders |
---|
Methods in org.infinispan.loaders with parameters of type InvocationContextContainer | |
---|---|
void |
CacheLoaderManagerImpl.inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
InvocationContextContainer icc,
TransactionManager transactionManager)
|
Uses of InvocationContextContainer in org.infinispan.marshall |
---|
Methods in org.infinispan.marshall with parameters of type InvocationContextContainer | |
---|---|
void |
CacheMarshaller.inject(Cache cache,
Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg)
|
void |
VersionAwareMarshaller.inject(Cache cache,
Configuration cfg,
InvocationContextContainer icc,
ExternalizerTable extTable,
GlobalConfiguration globalCfg)
|
Uses of InvocationContextContainer in org.infinispan.marshall.jboss |
---|
Methods in org.infinispan.marshall.jboss with parameters of type InvocationContextContainer | |
---|---|
void |
JBossMarshaller.inject(ExternalizerTable externalizerTable,
Configuration cfg,
InvocationContextContainer icc,
GlobalConfiguration globalCfg)
|
Constructors in org.infinispan.marshall.jboss with parameters of type InvocationContextContainer | |
---|---|
JBossMarshaller.EmbeddedContextClassResolver(ClassLoader defaultClassLoader,
InvocationContextContainer icc)
|
Uses of InvocationContextContainer in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type InvocationContextContainer | |
---|---|
void |
StateConsumerImpl.init(Cache cache,
ExecutorService executorService,
StateTransferManager stateTransferManager,
InterceptorChain interceptorChain,
InvocationContextContainer icc,
Configuration configuration,
RpcManager rpcManager,
TransactionManager transactionManager,
CommandsFactory commandsFactory,
CacheLoaderManager cacheLoaderManager,
DataContainer dataContainer,
TransactionTable transactionTable,
StateTransferLock stateTransferLock,
CacheNotifier cacheNotifier)
|
Uses of InvocationContextContainer in org.infinispan.transaction |
---|
Fields in org.infinispan.transaction declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
TransactionTable.icc
|
Methods in org.infinispan.transaction with parameters of type InvocationContextContainer | |
---|---|
void |
TransactionCoordinator.init(CommandsFactory commandsFactory,
InvocationContextContainer icc,
InterceptorChain invoker,
TransactionTable txTable,
Configuration configuration)
|
void |
TransactionTable.initialize(RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
TransactionFactory gtf,
TransactionCoordinator txCoordinator,
TransactionSynchronizationRegistry transactionSynchronizationRegistry,
CommandsFactory commandsFactory,
ClusteringDependentLogic clusteringDependentLogic,
Cache cache)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |