Class DefaultAdaptiveExecutionHandler

java.lang.Object
org.apache.flink.runtime.scheduler.adaptivebatch.DefaultAdaptiveExecutionHandler
All Implemented Interfaces:
AdaptiveExecutionHandler

public class DefaultAdaptiveExecutionHandler extends Object implements AdaptiveExecutionHandler
The DefaultAdaptiveExecutionHandler implements the AdaptiveExecutionHandler interface to provide an incrementally generated job graph.

This handler can modify the execution plan before downstream job vertices are created, allowing for flexibility and adaptability during runtime.