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.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.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 PrepareCommandCommandsFactory. buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)Builds a PrepareCommandPrepareCommandCommandsFactoryImpl. buildPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhaseCommit)Methods in org.infinispan.commands with parameters of type PrepareCommand Modifier and Type Method Description ObjectAbstractVisitor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)ObjectVisitor. 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 classVersionedPrepareCommandSame asPrepareCommandexcept 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 PrepareCommandPrepareCommand. copy() -
Uses of PrepareCommand in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type PrepareCommand Modifier and Type Method Description ObjectDDAsyncInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command) -
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)ObjectL1LastChanceInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)ObjectL1TxInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)ObjectTxDistributionInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command) -
Uses of PrepareCommand in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with type parameters of type PrepareCommand Modifier and Type Method Description protected <P extends PrepareCommand>
ObjectEntryWrappingInterceptor. wrapEntriesForPrepareAndApply(TxInvocationContext ctx, P command, InvocationSuccessFunction<P> handler) -
Uses of PrepareCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type PrepareCommand Modifier and Type Method Description ObjectOptimisticLockingInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)ObjectPessimisticLockingInterceptor. 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 ObjectOptimisticBackupInterceptor. visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command)ObjectPessimisticBackupInterceptor. 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 ObjectPartitionHandlingInterceptor. 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 ObjectStateTransferInterceptor. 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 InvocationStageBackupSender. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)Prepares a transaction on the remote site.InvocationStageBackupSenderImpl. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)InvocationStageNoOpBackupSender. backupPrepare(PrepareCommand command, AbstractCacheTransaction cacheTransaction, Transaction transaction)
-