|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorChain | |
---|---|
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.distexec | |
org.infinispan.factories | Factories are internal components used to create other components based on a cache's configuration. |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.stats | Cache statistics. |
org.infinispan.transaction | JTA transaction support. |
Uses of InterceptorChain in org.infinispan |
---|
Fields in org.infinispan declared as InterceptorChain | |
---|---|
protected InterceptorChain |
CacheImpl.invoker
|
Methods in org.infinispan with parameters of type InterceptorChain | |
---|---|
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 InterceptorChain in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type InterceptorChain | |
---|---|
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 InterceptorChain in org.infinispan.commands.remote |
---|
Fields in org.infinispan.commands.remote declared as InterceptorChain | |
---|---|
protected InterceptorChain |
BaseRpcInvokingCommand.interceptorChain
|
Methods in org.infinispan.commands.remote with parameters of type InterceptorChain | |
---|---|
void |
BaseRpcInvokingCommand.init(InterceptorChain interceptorChain,
InvocationContextContainer icc)
|
void |
ClusteredGetCommand.initialize(InvocationContextContainer icc,
CommandsFactory commandsFactory,
InternalEntryFactory entryFactory,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
TransactionTable txTable)
|
Uses of InterceptorChain in org.infinispan.commands.tx |
---|
Fields in org.infinispan.commands.tx declared as InterceptorChain | |
---|---|
protected InterceptorChain |
AbstractTransactionBoundaryCommand.invoker
|
Methods in org.infinispan.commands.tx with parameters of type InterceptorChain | |
---|---|
void |
AbstractTransactionBoundaryCommand.init(InterceptorChain chain,
InvocationContextContainer icc,
TransactionTable txTable)
|
Uses of InterceptorChain in org.infinispan.distexec |
---|
Fields in org.infinispan.distexec declared as InterceptorChain | |
---|---|
protected InterceptorChain |
DefaultExecutorService.invoker
|
Uses of InterceptorChain in org.infinispan.factories |
---|
Methods in org.infinispan.factories that return InterceptorChain | |
---|---|
InterceptorChain |
InterceptorChainFactory.buildInterceptorChain()
|
Uses of InterceptorChain in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type InterceptorChain | |
---|---|
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 InterceptorChain in org.infinispan.stats |
---|
Constructors in org.infinispan.stats with parameters of type InterceptorChain | |
---|---|
StatsImpl(InterceptorChain chain)
|
Uses of InterceptorChain in org.infinispan.transaction |
---|
Methods in org.infinispan.transaction with parameters of type InterceptorChain | |
---|---|
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 |