Package | Description |
---|---|
org.infinispan.atomic |
This package contains the
AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
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.
|
Modifier and Type | Field and Description |
---|---|
protected FlagContainer |
AtomicHashMapProxy.flagContainer |
Modifier and Type | Method and Description |
---|---|
static <MK,K,V> AtomicMap<K,V> |
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache,
MK key,
FlagContainer flagContainer)
Retrieves an atomic map from a given cache, stored under a given key.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InvocationContext
A context that contains information pertaining to a given invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
InvocationContextFlagsOverride
Wraps an existing
InvocationContext without changing the context directly
but making sure the specified flags are considered enabled. |
class |
SingleKeyNonTxInvocationContext |
class |
TransactionalInvocationContextFlagsOverride
Extension of InvocationContextFlagsOverride to be used when a TxInvocationContext
is required.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TxInvocationContext
Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInvocationContext
Common features of transaction and invocation contexts
|
class |
AbstractTxInvocationContext
Support class for
TxInvocationContext . |
class |
ImmutableContext
This context is a non-context for operations such as eviction which are not related
to the method invocation which caused them.
|
class |
LocalTxInvocationContext
Invocation context to be used for locally originated transactions.
|
class |
NonTxInvocationContext
Context to be used for non transactional calls, both remote and local.
|
class |
RemoteTxInvocationContext
Context to be used for transaction that originated remotely.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.