Class KvStateResponse
java.lang.Object
org.apache.flink.queryablestate.network.messages.MessageBody
org.apache.flink.queryablestate.messages.KvStateResponse
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.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]byte[]Serializes the message into a byte array.
-
Constructor Details
-
KvStateResponse
public KvStateResponse(byte[] content)
-
-
Method Details
-
getContent
public byte[] getContent() -
serialize
public byte[] serialize()Description copied from class:MessageBodySerializes the message into a byte array.- Specified by:
serializein classMessageBody- Returns:
- A byte array with the serialized content of the message.
-