Interface DataCommand

All Superinterfaces:
FlagAffectedCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, VisitableCommand
All Known Subinterfaces:
DataWriteCommand
All Known Implementing Classes:
AbstractDataCommand, AbstractDataWriteCommand, AbstractWriteKeyCommand, ComputeCommand, ComputeIfAbsentCommand, EvictCommand, GetCacheEntryCommand, GetKeyValueCommand, IracPutKeyValueCommand, PutKeyValueCommand, ReadOnlyKeyCommand, ReadWriteKeyCommand, ReadWriteKeyValueCommand, RemoveCommand, RemoveExpiredCommand, ReplaceCommand, TouchCommand, TxReadOnlyKeyCommand, WriteOnlyKeyCommand, WriteOnlyKeyValueCommand

Commands of this type manipulate data in the cache.
Since:
4.0
Author:
[email protected], Manik Surtani ([email protected])
  • Method Details