Class ReplaceOperation<V>

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

@Immutable public class ReplaceOperation<V> extends AbstractKeyValueOperation<V>
Implements "Replace" operation as defined by Hot Rod protocol specification.
Since:
4.1
Author:
Mircea.Markus@jboss.com