Package io.dingodb.sdk.common
Class KeyValueWithExpect
java.lang.Object
io.dingodb.sdk.common.Row
io.dingodb.sdk.common.KeyValue
io.dingodb.sdk.common.KeyValueWithExpect
-
Field Summary
FieldsFields inherited from class io.dingodb.sdk.common.Row
columns, indexes, primaryKey, width -
Constructor Summary
ConstructorsConstructorDescriptionKeyValueWithExpect(byte[] primaryKey, byte[] raw, byte[] expect) KeyValueWithExpect(KeyValue keyValue, byte[] expect) -
Method Summary
-
Field Details
-
expect
public final byte[] expect
-
-
Constructor Details
-
KeyValueWithExpect
public KeyValueWithExpect(byte[] primaryKey, byte[] raw, byte[] expect) -
KeyValueWithExpect
-
-
Method Details