@Internal public class KvStateRequest extends MessageBody
Queryable State Client to the Client Proxy requesting a given state.| Modifier and Type | Class and Description |
|---|---|
static class |
KvStateRequest.KvStateRequestDeserializer
A
deserializer for KvStateRequest. |
| Constructor and Description |
|---|
KvStateRequest(org.apache.flink.api.common.JobID jobId,
String stateName,
int keyHashCode,
byte[] serializedKeyAndNamespace) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobID |
getJobId() |
int |
getKeyHashCode() |
byte[] |
getSerializedKeyAndNamespace() |
String |
getStateName() |
byte[] |
serialize()
Serializes the message into a byte array.
|
String |
toString() |
public KvStateRequest(org.apache.flink.api.common.JobID jobId,
String stateName,
int keyHashCode,
byte[] serializedKeyAndNamespace)
public org.apache.flink.api.common.JobID getJobId()
public String getStateName()
public int getKeyHashCode()
public byte[] getSerializedKeyAndNamespace()
public byte[] serialize()
MessageBodyserialize in class MessageBodyCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.