|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
EntryLookup | Interface that can look up MVCC wrapped entries. |
FlagContainer | Interface that defines access to and manipulation of Flag . |
InvocationContext | A context that contains information pertaining to a given invocation. |
InvocationContextContainer | Manages the association between an InvocationContext and the calling thread. |
Class Summary | |
---|---|
AbstractInvocationContextContainer | Base class for InvocationContextContainer implementations. |
Flag.Externalizer | |
InvocationContextFlagsOverride | Wraps an existing InvocationContext without changing the context directly
but making sure the specified flags are considered enabled. |
NonTransactionalInvocationContextContainer | Invocation Context container to be used for non-transactional caches. |
SingleKeyNonTxInvocationContext | |
TransactionalInvocationContextContainer | Invocation context to be used for transactional caches. |
TransactionalInvocationContextFlagsOverride | Extension of InvocationContextFlagsOverride to be used when a TxInvocationContext is required. |
Enum Summary | |
---|---|
Flag | Available flags, which may be set on a per-invocation basis. |
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.
|
--> |