public class KvResponse extends MessageBody
Modifier and Type | Class and Description |
---|---|
static class |
KvResponse.KvResponseDeserializer
|
Constructor and Description |
---|
KvResponse(BinaryRow[] values) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
byte[] |
serialize()
Serializes the message into a byte array.
|
BinaryRow[] |
values() |
public KvResponse(BinaryRow[] values)
public BinaryRow[] values()
public byte[] serialize()
MessageBody
serialize
in class MessageBody
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.