Uses of Class
org.infinispan.commands.tx.VersionedPrepareCommand
-
Packages that use VersionedPrepareCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.tx.totalorder org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.transaction.impl -
-
Uses of VersionedPrepareCommand in org.infinispan.commands
Methods in org.infinispan.commands that return VersionedPrepareCommand Modifier and Type Method Description VersionedPrepareCommand
CommandsFactory. buildVersionedPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhase)
Builds a VersionedPrepareCommandVersionedPrepareCommand
CommandsFactoryImpl. buildVersionedPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhase)
-
Uses of VersionedPrepareCommand in org.infinispan.commands.tx.totalorder
Subclasses of VersionedPrepareCommand in org.infinispan.commands.tx.totalorder Modifier and Type Class Description class
TotalOrderVersionedPrepareCommand
Command corresponding to the 1st phase of 2PC when Total Order based protocol is used. -
Uses of VersionedPrepareCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type VersionedPrepareCommand Modifier and Type Method Description EntryVersionsMap
ClusteringDependentLogic.AbstractClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, TxInvocationContext context, VersionedPrepareCommand prepareCommand)
EntryVersionsMap
ClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, TxInvocationContext context, VersionedPrepareCommand prepareCommand)
-
Uses of VersionedPrepareCommand in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with parameters of type VersionedPrepareCommand Modifier and Type Method Description static EntryVersionsMap
WriteSkewHelper. performTotalOrderWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, DataContainer dataContainer, PersistenceManager persistenceManager, VersionGenerator versionGenerator, TxInvocationContext context, WriteSkewHelper.KeySpecificLogic ksl, org.infinispan.commons.time.TimeService timeService, KeyPartitioner keyPartitioner)
static EntryVersionsMap
WriteSkewHelper. performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, DataContainer dataContainer, PersistenceManager persistenceManager, VersionGenerator versionGenerator, TxInvocationContext context, WriteSkewHelper.KeySpecificLogic ksl, org.infinispan.commons.time.TimeService timeService, KeyPartitioner keyPartitioner)
-