Uses of Class
org.infinispan.commands.tx.PrepareCommand
-
Packages that use PrepareCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.tx Commands that represent transactional lifecycle transitions.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.impl Basic interceptorsorg.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.partitionhandling.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.xsite -
-
Uses of PrepareCommand in org.infinispan.commands
Methods in org.infinispan.commands that return PrepareCommand Modifier and Type Method Description PrepareCommand
CommandsFactory. buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
Builds a PrepareCommandPrepareCommand
CommandsFactoryImpl. buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)
Methods in org.infinispan.commands with parameters of type PrepareCommand Modifier and Type Method Description Object
AbstractVisitor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Object
Visitor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.commands.tx
Subclasses of PrepareCommand in org.infinispan.commands.tx Modifier and Type Class Description class
VersionedPrepareCommand
Same asPrepareCommand
except that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s).Methods in org.infinispan.commands.tx that return PrepareCommand Modifier and Type Method Description PrepareCommand
PrepareCommand. copy()
-
Uses of PrepareCommand in org.infinispan.commands.tx.totalorder
Subclasses of PrepareCommand in org.infinispan.commands.tx.totalorder Modifier and Type Class Description class
TotalOrderNonVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used.class
TotalOrderVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used. -
Uses of PrepareCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type PrepareCommand Modifier and Type Method Description Object
DDAsyncInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base with parameters of type PrepareCommand Modifier and Type Method Description protected Object
PrePostProcessingCommandInterceptor. handlePrepareCommand(InvocationContext ctx, PrepareCommand command)
Deprecated.Object
PrePostProcessingCommandInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Deprecated. -
Uses of PrepareCommand in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution with parameters of type PrepareCommand Modifier and Type Method Description protected CompletionStage<Object>
TxDistributionInterceptor. prepareOnAffectedNodes(TxInvocationContext<?> ctx, PrepareCommand command, Collection<Address> recipients)
protected CompletionStage<Object>
VersionedDistributionInterceptor. prepareOnAffectedNodes(TxInvocationContext<?> ctx, PrepareCommand command, Collection<Address> recipients)
Object
L1LastChanceInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Object
L1TxInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Object
TxDistributionInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.interceptors.impl
-
Uses of PrepareCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type PrepareCommand Modifier and Type Method Description Object
OptimisticLockingInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Object
PessimisticLockingInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type PrepareCommand Modifier and Type Method Description protected CompletionStage<Object>
TotalOrderDistributionInterceptor. prepareOnAffectedNodes(TxInvocationContext<?> ctx, PrepareCommand command, Collection<Address> recipients)
protected CompletionStage<Object>
TotalOrderVersionedDistributionInterceptor. prepareOnAffectedNodes(TxInvocationContext<?> ctx, PrepareCommand command, Collection<Address> recipients)
Object
TotalOrderInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Object
TotalOrderStateTransferInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Object
TotalOrderVersionedEntryWrappingInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type PrepareCommand Modifier and Type Method Description Object
BaseBackupInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.partitionhandling.impl
Methods in org.infinispan.partitionhandling.impl with parameters of type PrepareCommand Modifier and Type Method Description Object
PartitionHandlingInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type PrepareCommand Modifier and Type Method Description Object
AffectedKeysVisitor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
Deprecated.Object
StateTransferInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)
-
Uses of PrepareCommand in org.infinispan.xsite
Methods in org.infinispan.xsite with parameters of type PrepareCommand Modifier and Type Method Description BackupResponse
BackupSender. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction)
Prepares a transaction on the remote site.BackupResponse
BackupSenderImpl. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction)
-