|
||||||||||
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.atomic | This package contains the AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
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.distribution | Classes relating to the distributed cache mode. |
org.infinispan.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction.xa | XA transaction support. |
org.infinispan.tree | This package contains the TreeCache. |
org.infinispan.util.concurrent.locks | Lock and synchronization related classes, tools and utilities. |
org.infinispan.util.concurrent.locks.containers | Concurrent lock containers. |
Uses of InvocationContextContainer in org.infinispan |
---|
Fields in org.infinispan declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
CacheDelegate.icc
|
Methods in org.infinispan that return InvocationContextContainer | |
---|---|
InvocationContextContainer |
CacheDelegate.getInvocationContextContainer()
|
InvocationContextContainer |
AdvancedCache.getInvocationContextContainer()
|
InvocationContextContainer |
AbstractDelegatingAdvancedCache.getInvocationContextContainer()
|
Methods in org.infinispan with parameters of type InvocationContextContainer | |
---|---|
void |
CacheDelegate.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
Marshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
CacheManager cacheManager,
StateTransferManager stateTransferManager)
|
Uses of InvocationContextContainer in org.infinispan.atomic |
---|
Methods in org.infinispan.atomic with parameters of type InvocationContextContainer | |
---|---|
AtomicMap<K,V> |
AtomicHashMap.getProxy(Cache cache,
Object mapKey,
BatchContainer batchContainer,
InvocationContextContainer icc)
|
Constructors in org.infinispan.atomic with parameters of type InvocationContextContainer | |
---|---|
AtomicHashMapProxy(Cache cache,
Object deltaMapKey,
BatchContainer batchContainer,
InvocationContextContainer icc)
|
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 cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration)
|
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(DataContainer dataContainer,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain)
|
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 |
InvocationContextContainerImpl
Default implementation for InvocationContextContainer . |
Uses of InvocationContextContainer in org.infinispan.distribution |
---|
Methods in org.infinispan.distribution with parameters of type InvocationContextContainer | |
---|---|
void |
DistributionManagerImpl.init(Configuration configuration,
RpcManager rpcManager,
CacheManagerNotifier notifier,
CommandsFactory cf,
DataContainer dataContainer,
InterceptorChain interceptorChain,
InvocationContextContainer icc,
CacheLoaderManager cacheLoaderManager)
|
Uses of InvocationContextContainer in org.infinispan.statetransfer |
---|
Methods in org.infinispan.statetransfer with parameters of type InvocationContextContainer | |
---|---|
void |
StateTransferManagerImpl.injectDependencies(RpcManager rpcManager,
AdvancedCache cache,
Configuration configuration,
DataContainer dataContainer,
CacheLoaderManager clm,
Marshaller marshaller,
TransactionLog transactionLog,
InterceptorChain interceptorChain,
InvocationContextContainer invocationContextContainer,
CommandsFactory commandsFactory,
TransactionTable txTable)
|
Uses of InvocationContextContainer in org.infinispan.transaction.xa |
---|
Methods in org.infinispan.transaction.xa with parameters of type InvocationContextContainer | |
---|---|
void |
TransactionTable.initialize(CommandsFactory commandsFactory,
RpcManager rpcManager,
Configuration configuration,
InvocationContextContainer icc,
InterceptorChain invoker,
CacheNotifier notifier,
GlobalTransactionFactory gtf,
CacheManager cm)
|
Constructors in org.infinispan.transaction.xa with parameters of type InvocationContextContainer | |
---|---|
TransactionXaAdapter(GlobalTransaction globalTx,
InvocationContextContainer icc,
InterceptorChain invoker,
CommandsFactory commandsFactory,
Configuration configuration,
TransactionTable txTable,
Transaction transaction)
|
Uses of InvocationContextContainer in org.infinispan.tree |
---|
Fields in org.infinispan.tree declared as InvocationContextContainer | |
---|---|
protected InvocationContextContainer |
TreeStructureSupport.icc
|
Constructors in org.infinispan.tree with parameters of type InvocationContextContainer | |
---|---|
NodeImpl(Fqn fqn,
Cache<?,?> cache,
BatchContainer batchContainer,
InvocationContextContainer icc)
|
|
TreeStructureSupport(Cache<?,?> cache,
BatchContainer batchContainer,
InvocationContextContainer icc)
|
Uses of InvocationContextContainer in org.infinispan.util.concurrent.locks |
---|
Methods in org.infinispan.util.concurrent.locks with parameters of type InvocationContextContainer | |
---|---|
void |
LockManagerImpl.injectDependencies(Configuration configuration,
TransactionManager transactionManager,
InvocationContextContainer invocationContextContainer)
|
Constructors in org.infinispan.util.concurrent.locks with parameters of type InvocationContextContainer | |
---|---|
OwnableReentrantLock(InvocationContextContainer icc)
Creates a new lock instance. |
Uses of InvocationContextContainer in org.infinispan.util.concurrent.locks.containers |
---|
Constructors in org.infinispan.util.concurrent.locks.containers with parameters of type InvocationContextContainer | |
---|---|
OwnableReentrantPerEntryLockContainer(int concurrencyLevel,
InvocationContextContainer icc)
|
|
OwnableReentrantStripedLockContainer(int concurrencyLevel,
InvocationContextContainer icc)
Creates a new LockContainer which uses a certain number of shared locks across all elements that need to be locked. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |