Interface DataCommand
- All Superinterfaces:
org.infinispan.commands.remote.CacheRpcCommand, FlagAffectedCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, TracedCommand, VersionAware, VisitableCommand
- All Known Implementing Classes:
org.infinispan.commands.read.AbstractDataCommand, TouchCommand
public interface DataCommand
extends VisitableCommand, TopologyAffectedCommand, FlagAffectedCommand, SegmentSpecificCommand
Commands of this type manipulate data in the cache.
- Since:
- 4.0
- Author:
- Mircea.Markus@jboss.com, Manik Surtani (manik@jboss.org)
-
Nested Class Summary
Nested classes/interfaces inherited from interface VisitableCommand
VisitableCommand.LoadType -
Field Summary
Fields inherited from interface VisitableCommand
log -
Method Summary
Methods inherited from interface FlagAffectedCommand
addFlags, getFlags, getFlagsBitSet, hasAllFlags, hasAnyFlag, setFlagsBitSetMethods inherited from interface ReplicableCommand
getCommandId, isReturnValueExpected, isSuccessful, logThrowable, readFrom, supportedSince, writeToMethods inherited from interface SegmentSpecificCommand
getSegmentMethods inherited from interface TopologyAffectedCommand
getTopologyId, setTopologyIdMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributesMethods inherited from interface VisitableCommand
acceptVisitor, init, invokeAsync, loadType
-
Method Details
-
getKey
Object getKey()
-