Class PutIfAbsentOperation<V>

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

@Immutable public class PutIfAbsentOperation<V> extends AbstractKeyValueOperation<V>
Implements "putIfAbsent" operation as described in Hot Rod protocol specification.
Since:
4.1
Author:
Mircea.Markus@jboss.com