Class PutOperation<K,V>

All Implemented Interfaces:
Runnable, CompletionStage<org.infinispan.api.common.CacheEntry<K,V>>, Future<org.infinispan.api.common.CacheEntry<K,V>>, HotRodConstants, ChannelOperation

public class PutOperation<K,V> extends AbstractPutOperation<K,org.infinispan.api.common.CacheEntry<K,V>>
Implements "put" as defined by Hot Rod protocol specification.
Since:
14.0
  • Constructor Details

    • PutOperation

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

    • flags

      protected int flags()
      Overrides:
      flags in class HotRodOperation<org.infinispan.api.common.CacheEntry<K,V>>