Uses of Class
org.infinispan.commands.tx.VersionedPrepareCommand
Packages that use VersionedPrepareCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Interceptors dealing with locking.
-
Uses of VersionedPrepareCommand in org.infinispan.commands
Methods in org.infinispan.commands that return VersionedPrepareCommandModifier and TypeMethodDescriptionCommandsFactory.buildVersionedPrepareCommand(GlobalTransaction gtx, List<WriteCommand> modifications, boolean onePhase) Builds a VersionedPrepareCommandCommandsFactoryImpl.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 VersionedPrepareCommandModifier and TypeMethodDescriptionClusteringDependentLogic.AbstractClusteringDependentLogic.createNewVersionsAndCheckForWriteSkews(VersionGenerator versionGenerator, TxInvocationContext context, VersionedPrepareCommand prepareCommand) 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 VersionedPrepareCommandModifier and TypeMethodDescriptionWriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, EntryLoader<?, ?> entryLoader, VersionGenerator versionGenerator, TxInvocationContext<?> context, WriteSkewHelper.KeySpecificLogic ksl, KeyPartitioner keyPartitioner)