Uses of Class
org.infinispan.commands.tx.VersionedCommitCommand
-
Packages that use VersionedCommitCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.tx.totalorder -
-
Uses of VersionedCommitCommand in org.infinispan.commands
Methods in org.infinispan.commands that return VersionedCommitCommand Modifier and Type Method Description VersionedCommitCommand
CommandsFactory. buildVersionedCommitCommand(GlobalTransaction gtx)
Builds a VersionedCommitCommandVersionedCommitCommand
CommandsFactoryImpl. buildVersionedCommitCommand(GlobalTransaction gtx)
-
Uses of VersionedCommitCommand in org.infinispan.commands.tx.totalorder
Subclasses of VersionedCommitCommand in org.infinispan.commands.tx.totalorder Modifier and Type Class Description class
TotalOrderVersionedCommitCommand
Command corresponding to the 2nd phase of 2PC.
-