Class PutKeyValueCommand

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

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:
[email protected]