Class KvStateResponse

java.lang.Object
org.apache.flink.queryablestate.network.messages.MessageBody
org.apache.flink.queryablestate.messages.KvStateResponse

@Internal public class KvStateResponse extends MessageBody
The response containing the (serialized) state sent by the State Server to the Client Proxy, and then forwarded by the proxy to the original Queryable State Client.
  • Constructor Details

    • KvStateResponse

      public KvStateResponse(byte[] content)
  • Method Details

    • getContent

      public byte[] getContent()
    • serialize

      public byte[] serialize()
      Description copied from class: MessageBody
      Serializes the message into a byte array.
      Specified by:
      serialize in class MessageBody
      Returns:
      A byte array with the serialized content of the message.