Interface DataWriteCommand

All Superinterfaces:
DataCommand, FlagAffectedCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, VisitableCommand, WriteCommand
All Known Implementing Classes:
AbstractDataWriteCommand, AbstractWriteKeyCommand, ComputeCommand, ComputeIfAbsentCommand, EvictCommand, IracPutKeyValueCommand, PutKeyValueCommand, ReadWriteKeyCommand, ReadWriteKeyValueCommand, RemoveCommand, RemoveExpiredCommand, ReplaceCommand, WriteOnlyKeyCommand, WriteOnlyKeyValueCommand

public interface DataWriteCommand extends WriteCommand, DataCommand
Mixes features from DataCommand and WriteCommand
Since:
4.0
Author:
Manik Surtani