Package org.infinispan.commands.write
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
Mixes features from DataCommand and WriteCommand
- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.commands.VisitableCommand
VisitableCommand.LoadType
-
Method Summary
Modifier and TypeMethodDescriptiondefault PrivateMetadata
default void
setInternalMetadata
(Object key, PrivateMetadata internalMetadata) void
setInternalMetadata
(PrivateMetadata internalMetadata) Methods inherited from interface org.infinispan.commands.DataCommand
getKey
Methods inherited from interface org.infinispan.commands.FlagAffectedCommand
addFlag, addFlags, addFlags, getFlags, getFlagsBitSet, hasAllFlags, hasAnyFlag, hasFlag, setFlags, setFlagsBitSet
Methods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, logThrowable, 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, init, loadType
Methods inherited from interface org.infinispan.commands.write.WriteCommand
fail, getAffectedKeys, getCommandInvocationId, getValueMatcher, isConditional, isSuccessful, isWriteOnly, setValueMatcher, updateStatusFromRemoteResponse
-
Method Details
-
getInternalMetadata
PrivateMetadata getInternalMetadata() -
setInternalMetadata
-
getInternalMetadata
- Specified by:
getInternalMetadata
in interfaceWriteCommand
-
setInternalMetadata
- Specified by:
setInternalMetadata
in interfaceWriteCommand
-