Uses of Interface
org.infinispan.context.EntryLookup
Package
Description
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.
This package contains different context implementations, selected dynamically based on the type of invocation.
-
Uses of EntryLookup in org.infinispan.context
Modifier and TypeInterfaceDescriptioninterface
A context that contains information pertaining to a given invocation. -
Uses of EntryLookup in org.infinispan.context.impl
Modifier and TypeInterfaceDescriptioninterface
TxInvocationContext<T extends AbstractCacheTransaction>
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.Modifier and TypeClassDescriptionclass
Common features of transaction and invocation contextsclass
Support class forTxInvocationContext
.class
Implementation ofInvocationContext
used by theClearCommand
.final class
This context is a non-context for operations such as eviction which are not related to the method invocation which caused them.class
Invocation context to be used for locally originated transactions.class
Context to be used for non transactional calls, both remote and local.class
Context to be used for transaction that originated remotely.final class