Class SetOperation<K>

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

public class SetOperation<K> extends AbstractPutOperation<K,Void>
Implements "put" as defined by Hot Rod protocol specification.
Since:
14.0
  • Constructor Details

    • SetOperation

      public SetOperation(OperationContext operationContext, K key, byte[] keyBytes, byte[] value, org.infinispan.api.common.CacheWriteOptions options, DataFormat dataFormat)