Class AbstractAsynchronousOperationHandlers.StatusHandler<T extends RestfulGateway,V,M extends MessageParameters>

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:
T - type of the leader gateway
V - type of the operation result
M - type of the message headers
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:
ClusterDataSetDeleteHandlers.ClusterDataSetDeleteStatusHandler, RescalingHandlers.RescalingStatusHandler, SavepointDisposalHandlers.SavepointDisposalStatusHandler
Enclosing class:
AbstractAsynchronousOperationHandlers<K extends OperationKey,R extends Serializable>

protected abstract class AbstractAsynchronousOperationHandlers.StatusHandler<T extends RestfulGateway,V,M extends MessageParameters> extends AbstractRestHandler<T,EmptyRequestBody,AsynchronousOperationResult<V>,M>
Handler which will be polled to retrieve the asynchronous operation's result. The handler returns a AsynchronousOperationResult which indicates whether the operation is still in progress or has completed. In case that the operation has been completed, the AsynchronousOperationResult contains the operation result.