All Classes
-
Class Summary Class Description KvStateClientProxyHandler 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.KvStateClientProxyImpl The default implementation of theKvStateClientProxy
.KvStateInternalRequest The request to be forwarded by theQueryable State Client Proxy
to theState Server
of the Task Manager responsible for the requested state.KvStateInternalRequest.KvStateInternalRequestDeserializer Adeserializer
forKvStateInternalRequest
.KvStateServerHandler This handler dispatches asynchronous tasks, which queryInternalKvState
instances and write the result to the channel.KvStateServerImpl The default implementation of theKvStateServer
.