Package org.apache.flink.queryablestate.client.proxy


package org.apache.flink.queryablestate.client.proxy
  • 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.