Class VersionedCommitCommand

All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TracedCommand, TransactionBoundaryCommand, VisitableCommand, VersionAware

@ProtoTypeId(1245) public class VersionedCommitCommand extends CommitCommand
The same as a CommitCommand except that version information is also carried by this command, used by optimistically transactional caches making use of write skew checking when using IsolationLevel.REPEATABLE_READ.
Since:
5.1
Author:
Manik Surtani