Class PutOperation<K,​V>

    • Constructor Detail

      • PutOperation

        public PutOperation​(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>>