Class GetOperation<V>

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

@Immutable public class GetOperation<V> extends AbstractKeyOperation<V>
Implements "get" operation as described by Hot Rod protocol specification.
Since:
4.1
Author:
Mircea.Markus@jboss.com