Uses of Class
org.infinispan.commands.tx.RollbackCommand
Packages that use RollbackCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
Interceptors dealing with cross-site replication.
Transfer of state to new caches in a cluster.
This is the private xsite package.
-
Uses of RollbackCommand in org.infinispan.commands
Methods in org.infinispan.commands that return RollbackCommandModifier and TypeMethodDescriptionCommandsFactory.buildRollbackCommand(GlobalTransaction gtx) Builds a RollbackCommandCommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx) Methods in org.infinispan.commands with parameters of type RollbackCommandModifier and TypeMethodDescriptionAbstractVisitor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) Visitor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type RollbackCommandModifier and TypeMethodDescriptionDDAsyncInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type RollbackCommandModifier and TypeMethodDescriptionTxDistributionInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type RollbackCommandModifier and TypeMethodDescriptionCallInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) NonTxIracLocalSiteInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) NotificationInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) OptimisticTxIracLocalSiteInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) PessimisticTxIracLocalInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) TransactionalExceptionEvictionInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) TransactionalStoreInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) TxInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type RollbackCommandModifier and TypeMethodDescriptionAbstractTxLockingInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type RollbackCommandModifier and TypeMethodDescriptionOptimisticBackupInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type RollbackCommandModifier and TypeMethodDescriptionStateTransferInterceptor.visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) -
Uses of RollbackCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type RollbackCommandModifier and TypeMethodDescriptionBackupSender.backupRollback(RollbackCommand command, javax.transaction.Transaction transaction) BackupSenderImpl.backupRollback(RollbackCommand command, javax.transaction.Transaction transaction) NoOpBackupSender.backupRollback(RollbackCommand command, javax.transaction.Transaction transaction)