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 interceptors
|
org.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 |
Modifier and Type | Method and Description |
---|---|
RollbackCommand |
CommandsFactory.buildRollbackCommand(GlobalTransaction gtx)
Builds a RollbackCommand
|
RollbackCommand |
CommandsFactoryImpl.buildRollbackCommand(GlobalTransaction gtx) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractVisitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
Visitor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
DDAsyncInterceptor.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 |
TxInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
TransactionalExceptionEvictionInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
CallInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
NonTxIracLocalSiteInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
NotificationInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
OptimisticTxIracLocalSiteInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
PessimisticTxIracLocalInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Object |
TransactionalStoreInterceptor.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 |
OptimisticBackupInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
Object |
StateTransferInterceptor.visitRollbackCommand(TxInvocationContext ctx,
RollbackCommand command) |
Modifier and Type | Method and Description |
---|---|
InvocationStage |
BackupSender.backupRollback(RollbackCommand command,
Transaction transaction) |
InvocationStage |
BackupSenderImpl.backupRollback(RollbackCommand command,
Transaction transaction) |
InvocationStage |
NoOpBackupSender.backupRollback(RollbackCommand command,
Transaction transaction) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.