Class GetWithMetadataOperation<V>

All Implemented Interfaces:
Runnable, CompletionStage<MetadataValue<V>>, Future<MetadataValue<V>>, RetryAwareCompletionStage<MetadataValue<V>>, HotRodConstants, ChannelOperation

@Immutable public class GetWithMetadataOperation<V> extends AbstractKeyOperation<MetadataValue<V>> implements RetryAwareCompletionStage<MetadataValue<V>>
Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.
Since:
5.2
Author:
Tristan Tarrant