Uses of Class
org.infinispan.commands.tx.VersionedPrepareCommand
Packages that use VersionedPrepareCommand
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that represent transactional lifecycle transitions.
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.commands.tx
Classes in org.infinispan.commands.tx that implement interfaces with type arguments of type VersionedPrepareCommandModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.commands.tx that return VersionedPrepareCommandModifier and TypeMethodDescriptionVersionedPrepareCommand$___Marshaller_13b59433820438a6225b3d3225c1d32d49cc68f2460c1bbff21501509ff12454.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands.tx that return types with arguments of type VersionedPrepareCommandModifier and TypeMethodDescriptionVersionedPrepareCommand$___Marshaller_13b59433820438a6225b3d3225c1d32d49cc68f2460c1bbff21501509ff12454.getJavaClass()Methods in org.infinispan.commands.tx with parameters of type VersionedPrepareCommandModifier and TypeMethodDescriptionvoidVersionedPrepareCommand$___Marshaller_13b59433820438a6225b3d3225c1d32d49cc68f2460c1bbff21501509ff12454.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, VersionedPrepareCommand $2) -
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 TypeMethodDescriptionstatic CompletionStage<Map<Object, IncrementableEntryVersion>> WriteSkewHelper.performWriteSkewCheckAndReturnNewVersions(VersionedPrepareCommand prepareCommand, EntryLoader<?, ?> entryLoader, VersionGenerator versionGenerator, TxInvocationContext<?> context, WriteSkewHelper.KeySpecificLogic ksl, KeyPartitioner keyPartitioner)