Uses of Class
org.infinispan.commands.tx.RollbackCommand
-
Packages that use RollbackCommand 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 Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stats.wrappers org.infinispan.xsite -
-
Uses of RollbackCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RollbackCommand Modifier and Type Method Description RollbackCommand
CommandsFactory. buildRollbackCommand(GlobalTransaction gtx)
Builds a RollbackCommandRollbackCommand
CommandsFactoryImpl. buildRollbackCommand(GlobalTransaction gtx)
Methods in org.infinispan.commands with parameters of type RollbackCommand Modifier and Type Method Description Object
AbstractVisitor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
Object
Visitor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.commands.tx.totalorder
Subclasses of RollbackCommand in org.infinispan.commands.tx.totalorder Modifier and Type Class Description class
TotalOrderRollbackCommand
The 2nd phase command of 2PC, used when a transaction must be aborted. -
Uses of RollbackCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type RollbackCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type RollbackCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
Deprecated. -
Uses of RollbackCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type RollbackCommand Modifier and Type Method Description Object
TxDistributionInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type RollbackCommand Modifier and Type Method Description Object
AbstractTxLockingInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type RollbackCommand Modifier and Type Method Description Object
TotalOrderDistributionInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
Object
TotalOrderInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
Object
TotalOrderVersionedDistributionInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type RollbackCommand Modifier and Type Method Description Object
OptimisticBackupInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type RollbackCommand Modifier and Type Method Description Object
AffectedKeysVisitor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
Deprecated.Object
StateTransferInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers with parameters of type RollbackCommand Modifier and Type Method Description Object
ExtendedStatisticInterceptor. visitRollbackCommand(org.infinispan.context.impl.TxInvocationContext ctx, RollbackCommand command)
-
Uses of RollbackCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type RollbackCommand Modifier and Type Method Description BackupResponse
BackupSender. backupRollback(RollbackCommand command)
BackupResponse
BackupSenderImpl. backupRollback(RollbackCommand command)
-