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.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.xsite -
-
Uses of RollbackCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RollbackCommand Modifier and Type Method Description RollbackCommandCommandsFactory. buildRollbackCommand(GlobalTransaction gtx)Builds a RollbackCommandRollbackCommandCommandsFactoryImpl. buildRollbackCommand(GlobalTransaction gtx)Methods in org.infinispan.commands with parameters of type RollbackCommand Modifier and Type Method Description ObjectAbstractVisitor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectVisitor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type RollbackCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type RollbackCommand Modifier and Type Method Description ObjectTxDistributionInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type RollbackCommand Modifier and Type Method Description ObjectCallInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectNonTxIracLocalSiteInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectNotificationInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectOptimisticTxIracLocalSiteInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectPessimisticTxIracLocalInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectTransactionalExceptionEvictionInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectTransactionalStoreInterceptor. visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command)ObjectTxInterceptor. visitRollbackCommand(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 ObjectAbstractTxLockingInterceptor. visitRollbackCommand(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 ObjectOptimisticBackupInterceptor. visitRollbackCommand(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 ObjectStateTransferInterceptor. visitRollbackCommand(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 InvocationStageBackupSender. backupRollback(RollbackCommand command, Transaction transaction)InvocationStageBackupSenderImpl. backupRollback(RollbackCommand command, Transaction transaction)InvocationStageNoOpBackupSender. backupRollback(RollbackCommand command, Transaction transaction)
-