Class KvDelta


  • public class KvDelta
    extends PathResponse
    A single Delta containing the key, the previous value and the current value for a single round.
    • Field Detail

      • key

        public byte[] key
      • value

        public byte[] value
    • Constructor Detail

      • KvDelta

        public KvDelta()
    • Method Detail

      • key

        public void key​(String base64Encoded)
        The key, base64 encoded.
      • value

        public void value​(String base64Encoded)
        The new value of the KV store entry, base64 encoded.
      • value

        public String value()