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.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 VersionedPrepareCommandCommandsFactory. buildVersionedPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhase)Builds a VersionedPrepareCommandVersionedPrepareCommandCommandsFactoryImpl. buildVersionedPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhase) -
Uses of VersionedPrepareCommand in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type VersionedPrepareCommand Modifier and Type Method Description CompletionStage<Map<Object,IncrementableEntryVersion>>ClusteringDependentLogic.AbstractClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, TxInvocationContext context, VersionedPrepareCommand prepareCommand)CompletionStage<Map<Object,IncrementableEntryVersion>>ClusteringDependentLogic. createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, TxInvocationContext context, VersionedPrepareCommand prepareCommand)CompletionStage<Map<Object,IncrementableEntryVersion>>OrderedClusteringDependentLogic. 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 CompletionStage<Map<Object,IncrementableEntryVersion>>WriteSkewHelper. performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, EntryLoader<?,?> entryLoader, VersionGenerator versionGenerator, TxInvocationContext<?> context, WriteSkewHelper.KeySpecificLogic ksl, KeyPartitioner keyPartitioner)
-