Class AbstractAccessExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters>

java.lang.Object
org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerAdapter
org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandlerAdapter
Type Parameters:
R - the response type
M - the message parameter type
All Implemented Interfaces:
AutoCloseable, org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandler, org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler, org.apache.flink.util.AutoCloseableAsync
Direct Known Subclasses:
AbstractJobVertexHandler, CheckpointConfigHandler, JobAccumulatorsHandler, JobConfigHandler, JobDetailsHandler, JobPlanHandler, JobVertexDetailsHandler, JobVertexTaskManagersHandler

public abstract class AbstractAccessExecutionGraphHandler<R extends ResponseBody,M extends JobMessageParameters> extends AbstractExecutionGraphHandler<R,M>
AbstractAccessExecutionGraphHandler handles requests that require accessing the job's AccessExecutionGraph.