Class GetWithMetadataOperation<V>

All Implemented Interfaces:
CompletionStage<GetWithMetadataOperation.GetWithMetadataResult<V>>, Future<GetWithMetadataOperation.GetWithMetadataResult<V>>, HotRodOperation<GetWithMetadataOperation.GetWithMetadataResult<V>>, HotRodConstants

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