Interface MetadataAwareCommand
- All Known Implementing Classes:
ComputeCommand, ComputeIfAbsentCommand, EvictCommand, IracPutKeyValueCommand, PutKeyValueCommand, PutMapCommand, RemoveCommand, RemoveExpiredCommand, ReplaceCommand
public interface MetadataAwareCommand
A command that contains metadata information.
- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
Method Summary
Modifier and TypeMethodDescriptionGet metadata of this command.voidsetMetadata(Metadata metadata) Sets metadata for this command.
-
Method Details
-
getMetadata
-
setMetadata
Sets metadata for this command.
-