Package org.infinispan.commands
Interface MetadataAwareCommand
-
- All Known Implementing Classes:
ComputeCommand,ComputeIfAbsentCommand,EvictCommand,PutKeyValueCommand,PutMapCommand,RemoveCommand,RemoveExpiredCommand,ReplaceCommand
public interface MetadataAwareCommandA command that contains metadata information.- Since:
- 5.3
- Author:
- Galder ZamarreƱo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadatagetMetadata()Get metadata of this command.voidsetMetadata(Metadata metadata)Sets metadata for this command.
-