Uses of Interface
org.infinispan.context.EntryLookup
-
Packages that use EntryLookup Package Description 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.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. -
-
Uses of EntryLookup in org.infinispan.context
Subinterfaces of EntryLookup in org.infinispan.context Modifier and Type Interface Description interfaceInvocationContextA context that contains information pertaining to a given invocation.Classes in org.infinispan.context that implement EntryLookup Modifier and Type Class Description classSingleKeyNonTxInvocationContextDeprecated.Since 9.0, this class is going to be moved to an internal package. -
Uses of EntryLookup in org.infinispan.context.impl
Subinterfaces of EntryLookup in org.infinispan.context.impl Modifier and Type Interface Description interfaceTxInvocationContext<T extends AbstractCacheTransaction>Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.Classes in org.infinispan.context.impl that implement EntryLookup Modifier and Type Class Description classAbstractInvocationContextCommon features of transaction and invocation contextsclassAbstractTxInvocationContext<T extends AbstractCacheTransaction>Support class forTxInvocationContext.classClearInvocationContextImplementation ofInvocationContextused by theClearCommand.classImmutableContextThis context is a non-context for operations such as eviction which are not related to the method invocation which caused them.classLocalTxInvocationContextInvocation context to be used for locally originated transactions.classNonTxInvocationContextContext to be used for non transactional calls, both remote and local.classRemoteTxInvocationContextContext to be used for transaction that originated remotely.
-