Package org.infinispan.commands.write
Interface DataWriteCommand
- All Superinterfaces:
DataCommand,FlagAffectedCommand,ReplicableCommand,SegmentSpecificCommand,TopologyAffectedCommand,TracedCommand,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 PrivateMetadatadefault voidsetInternalMetadata(Object key, PrivateMetadata internalMetadata) voidsetInternalMetadata(PrivateMetadata internalMetadata) Methods inherited from interface org.infinispan.commands.DataCommand
getKeyMethods inherited from interface org.infinispan.commands.FlagAffectedCommand
addFlags, getFlags, getFlagsBitSet, hasAllFlags, hasAnyFlag, setFlagsBitSetMethods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, logThrowable, readFrom, setOrigin, writeToMethods inherited from interface org.infinispan.commands.SegmentSpecificCommand
getSegmentMethods inherited from interface org.infinispan.commands.TopologyAffectedCommand
getTopologyId, setTopologyIdMethods inherited from interface org.infinispan.commands.TracedCommand
getOperationName, getSpanAttributes, setSpanAttributesMethods inherited from interface org.infinispan.commands.VisitableCommand
acceptVisitor, init, loadTypeMethods inherited from interface org.infinispan.commands.write.WriteCommand
fail, getAffectedKeys, getCommandInvocationId, getValueMatcher, isConditional, isSuccessful, isWriteOnly, setValueMatcher, shouldReplicate
-
Method Details
-
getInternalMetadata
PrivateMetadata getInternalMetadata() -
setInternalMetadata
-
getInternalMetadata
- Specified by:
getInternalMetadatain interfaceWriteCommand
-
setInternalMetadata
- Specified by:
setInternalMetadatain interfaceWriteCommand
-