Class AbstractJobVertexHandler<R extends ResponseBody,M extends JobVertexMessageParameters>

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 parameters 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:
AbstractSubtaskHandler, JobVertexAccumulatorsHandler, JobVertexFlameGraphHandler, JobVertexWatermarksHandler, SubtasksAllAccumulatorsHandler, SubtasksTimesHandler

public abstract class AbstractJobVertexHandler<R extends ResponseBody,M extends JobVertexMessageParameters> extends AbstractAccessExecutionGraphHandler<R,M>
Base class for request handlers whose response depends on a specific job vertex (defined via the "JobVertexIdPathParameter.KEY" parameter) in a specific job, defined via (defined via the "JobIDPathParameter.KEY" parameter).