Package org.infinispan.commands
Interface DataCommand
-
- All Superinterfaces:
FlagAffectedCommand
,ReplicableCommand
,SegmentSpecificCommand
,TopologyAffectedCommand
,VisitableCommand
- All Known Subinterfaces:
DataWriteCommand
- All Known Implementing Classes:
AbstractDataCommand
,AbstractDataWriteCommand
,AbstractWriteKeyCommand
,ApplyDeltaCommand
,ComputeCommand
,ComputeIfAbsentCommand
,EvictCommand
,GetCacheEntryCommand
,GetKeyValueCommand
,PutKeyValueCommand
,ReadOnlyKeyCommand
,ReadWriteKeyCommand
,ReadWriteKeyValueCommand
,RemoveCommand
,RemoveExpiredCommand
,ReplaceCommand
,TxReadOnlyKeyCommand
,WriteOnlyKeyCommand
,WriteOnlyKeyValueCommand
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 org.infinispan.commands.VisitableCommand
VisitableCommand.LoadType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getKey()
-
Methods inherited from interface org.infinispan.commands.FlagAffectedCommand
addFlag, addFlags, addFlags, getFlags, getFlagsBitSet, hasAnyFlag, hasFlag, setFlags, setFlagsBitSet
-
Methods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, readFrom, setOrigin, writeTo
-
Methods inherited from interface org.infinispan.commands.SegmentSpecificCommand
getSegment
-
Methods inherited from interface org.infinispan.commands.TopologyAffectedCommand
getTopologyId, setTopologyId
-
Methods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, ignoreCommandOnStatus, loadType, perform, shouldInvoke
-
-
-
-
Method Detail
-
getKey
Object getKey()
-
-