| Package | Description |
|---|---|
| org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
| 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.
|
| org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
| org.infinispan.interceptors.base |
Base interceptors containing common, reusable behavior.
|
| org.infinispan.interceptors.locking | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.transaction |
JTA transaction support.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Visitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
AbstractVisitor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
Visitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
AbstractVisitor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
Visitor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
AbstractVisitor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
Visitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
AbstractVisitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalInvocationContextFlagsOverride
Extension of InvocationContextFlagsOverride to be used when a TxInvocationContext
is required.
|
| Constructor and Description |
|---|
TransactionalInvocationContextFlagsOverride(TxInvocationContext delegate,
Set<Flag> flags) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTxInvocationContext
Support class for
TxInvocationContext. |
class |
LocalTxInvocationContext
Invocation context to be used for locally originated transactions.
|
class |
RemoteTxInvocationContext
Context to be used for transaction that originated remotely.
|
| Modifier and Type | Method and Description |
|---|---|
TxInvocationContext |
AbstractTxInvocationContext.setTransaction(Transaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
BaseRpcInterceptor.shouldInvokeRemoteTxCommand(TxInvocationContext ctx) |
Object |
PrePostProcessingCommandInterceptor.visitCommitCommand(TxInvocationContext ctx,
CommitCommand command) |
Object |
BaseRpcInterceptor.visitLockControlCommand(TxInvocationContext ctx,
LockControlCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitPrepareCommand(TxInvocationContext ctx,
PrepareCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
| Modifier and Type | Method and Description |
|---|---|
LocalTransaction |
TransactionTable.getOrCreateLocalTransaction(Transaction transaction,
TxInvocationContext ctx)
Returns the
TransactionXaAdapter corresponding to the supplied transaction. |
static EntryVersionsMap |
WriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand,
DataContainer dataContainer,
VersionGenerator versionGenerator,
TxInvocationContext context,
WriteSkewHelper.KeySpecificLogic ksl) |
static void |
WriteSkewHelper.setVersionsSeenOnPrepareCommand(VersionedPrepareCommand command,
TxInvocationContext context) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.