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