Class AbstractKeyValueOperation<K,​T>

    • Field Detail

      • value

        protected final byte[] value
    • Constructor Detail

      • AbstractKeyValueOperation

        protected AbstractKeyValueOperation​(OperationContext operationContext,
                                            short requestCode,
                                            short responseCode,
                                            K key,
                                            byte[] keyBytes,
                                            byte[] value,
                                            org.infinispan.api.common.CacheOptions options,
                                            DataFormat dataFormat)