Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.tx.totalorder | |
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.distribution | |
org.infinispan.interceptors.locking | |
org.infinispan.interceptors.totalorder | |
org.infinispan.interceptors.xsite | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.xsite |
Modifier and Type | Method and Description |
---|---|
RollbackCommand |
CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx) |
RollbackCommand |
CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
Builds a RollbackCommand
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
Visitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Class and Description |
---|---|
class |
TotalOrderRollbackCommand
The 2nd phase command of 2PC, used when a transaction must be aborted.
|
Modifier and Type | Method and Description |
---|---|
Object |
CallInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
TxInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
NotificationInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
protected Object |
PrePostProcessingCommandInterceptor.handleRollbackCommand(InvocationContext ctx,
RollbackCommand command) |
Object |
PrePostProcessingCommandInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
TxDistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractTxLockingInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
TotalOrderVersionedDistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
TotalOrderInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
TotalOrderDistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
OptimisticBackupInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
TransactionSynchronizerInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
BackupResponse |
BackupSender.backupRollback(RollbackCommand command) |
BackupResponse |
BackupSenderImpl.backupRollback(RollbackCommand command) |
Object |
BackupReceiverImpl.BackupCacheUpdater.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
BackupSenderImpl.CustomBackupPolicyInvoker.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.