Class VersionedPrepareCommand

All Implemented Interfaces:
CacheRpcCommand, ReplicableCommand, TopologyAffectedCommand, TransactionBoundaryCommand, VisitableCommand, RemoteLockCommand, TransactionalRemoteLockCommand

public class VersionedPrepareCommand extends PrepareCommand
Same as PrepareCommand except that the transaction originator makes evident the versions of entries touched and stored in a transaction context so that accurate write skew checks may be performed by the lock owner(s).
Since:
5.1
Author:
Manik Surtani