Class KvStateRequest
java.lang.Object
org.apache.flink.queryablestate.network.messages.MessageBody
org.apache.flink.queryablestate.messages.KvStateRequest
The request to be sent by the
Queryable State Client to the Client Proxy requesting a given state.-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionKvStateRequest(org.apache.flink.api.common.JobID jobId, String stateName, int keyHashCode, byte[] serializedKeyAndNamespace) -
Method Summary
-
Constructor Details
-
KvStateRequest
public KvStateRequest(org.apache.flink.api.common.JobID jobId, String stateName, int keyHashCode, byte[] serializedKeyAndNamespace)
-
-
Method Details
-
getJobId
public org.apache.flink.api.common.JobID getJobId() -
getStateName
-
getKeyHashCode
public int getKeyHashCode() -
getSerializedKeyAndNamespace
public byte[] getSerializedKeyAndNamespace() -
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.
-
toString
-