All Classes and Interfaces
Classes
Class
Description
This handler acts as an internal (to the Flink cluster) client that receives the requests from
external clients, executes them by contacting the Job Manager (if necessary) and the Task Manager
holding the requested state, and forwards the answer back to the client.
The default implementation of the
KvStateClientProxy.The request to be forwarded by the
Queryable State Client Proxy to the State
Server of the Task Manager responsible for the requested state.A
deserializer for KvStateInternalRequest.This handler dispatches asynchronous tasks, which query
InternalKvState instances and
write the result to the channel.The default implementation of the
KvStateServer.