@Internal
public class KvStateInternalRequest
extends org.apache.flink.queryablestate.network.messages.MessageBody
Queryable State Client Proxy to the State
Server of the Task Manager responsible for the requested state.| Modifier and Type | Class and Description |
|---|---|
static class |
KvStateInternalRequest.KvStateInternalRequestDeserializer
A
deserializer for KvStateInternalRequest. |
| Constructor and Description |
|---|
KvStateInternalRequest(org.apache.flink.queryablestate.KvStateID stateId,
byte[] serializedKeyAndNamespace) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.queryablestate.KvStateID |
getKvStateId() |
byte[] |
getSerializedKeyAndNamespace() |
byte[] |
serialize() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.