Class AbstractCheckpointStatsHandler<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
org.apache.flink.shaded.netty4.io.netty.channel.SimpleChannelInboundHandler<RoutedRequest>
Type Parameters:
R - the response type
M - the message parameters
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:
AbstractCheckpointHandler, CheckpointingStatisticsHandler

@Internal public abstract class AbstractCheckpointStatsHandler<R extends ResponseBody,M extends JobMessageParameters> extends AbstractRestHandler<RestfulGateway,EmptyRequestBody,R,M>
Abstract class for checkpoint handlers that will cache the CheckpointStatsSnapshot object.