Class KeyValue

java.lang.Object
io.dingodb.sdk.common.Row
io.dingodb.sdk.common.KeyValue
Direct Known Subclasses:
KeyValueWithExpect

public class KeyValue extends Row
  • Constructor Details

    • KeyValue

      public KeyValue(byte[] primaryKey, byte[] raw)
  • Method Details

    • setKey

      public void setKey(byte[] key)
    • setValue

      public void setValue(byte[] value)
    • getKey

      public byte[] getKey()
    • getValue

      public byte[] getValue()