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 Proxyto theState Serverof the Task Manager responsible for the requested state.KvStateInternalRequest.KvStateInternalRequestDeserializer AdeserializerforKvStateInternalRequest.KvStateServerHandler This handler dispatches asynchronous tasks, which queryInternalKvStateinstances and write the result to the channel.KvStateServerImpl The default implementation of theKvStateServer.