Class PutKeyValueCommand

All Implemented Interfaces:
DataCommand, FlagAffectedCommand, MetadataAwareCommand, CacheRpcCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, TracedCommand, VisitableCommand, DataWriteCommand, WriteCommand, VersionAware, RemoteLockCommand

@ProtoTypeId(27) public class PutKeyValueCommand extends AbstractDataWriteCommand implements MetadataAwareCommand
Implements functionality defined by BasicCache.put(Object, Object)

Note: Since 9.4, when the flag Flag.PUT_FOR_STATE_TRANSFER is set, the metadata is actually an InternalMetadata that includes the timestamps of the entry from the source node.

Since:
4.0
Author:
Mircea.Markus@jboss.com