Interface DataWriteCommand
- All Superinterfaces:
CacheRpcCommand, DataCommand, FlagAffectedCommand, ReplicableCommand, SegmentSpecificCommand, TopologyAffectedCommand, TracedCommand, VersionAware, 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 VisitableCommand
VisitableCommand.LoadType -
Field Summary
Fields inherited from interface VisitableCommand
log -
Method Summary
Modifier and TypeMethodDescriptiondefault PrivateMetadatadefault voidsetInternalMetadata(Object key, PrivateMetadata internalMetadata) voidsetInternalMetadata(PrivateMetadata internalMetadata) Methods inherited from interface CacheRpcCommand
getCacheName, getOrigin, setOriginMethods inherited from interface DataCommand
getKeyMethods inherited from interface FlagAffectedCommand
addFlags, getFlags, getFlagsBitSet, hasAllFlags, hasAnyFlag, setFlagsBitSetMethods inherited from interface ReplicableCommand
getCommandId, isReturnValueExpected, 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, loadTypeMethods inherited from interface 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
-