Class PutIfAbsentOperation<K,​V>

    • Constructor Detail

      • PutIfAbsentOperation

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

      • flags

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