Package org.infinispan.context.impl
This package contains different context implementations, selected dynamically based on the type of invocation.
-
Interface Summary Interface Description TxInvocationContext<T extends AbstractCacheTransaction> Interface defining additional functionality for invocation contexts that propagate within a transaction's scope. -
Class Summary Class Description AbstractInvocationContext Common features of transaction and invocation contextsAbstractTxInvocationContext<T extends AbstractCacheTransaction> Support class forTxInvocationContext
.ClearInvocationContext Implementation ofInvocationContext
used by theClearCommand
.FlagBitSets Pre-computed bitsets containing each flag.ImmutableContext This context is a non-context for operations such as eviction which are not related to the method invocation which caused them.LocalTxInvocationContext Invocation context to be used for locally originated transactions.NonTxInvocationContext Context to be used for non transactional calls, both remote and local.RemoteTxInvocationContext Context to be used for transaction that originated remotely.