Class AdaptiveBatchScheduler

All Implemented Interfaces:
AutoCloseable, CheckpointScheduling, JobGraphUpdateListener, GlobalFailureHandler, SchedulerNG, SchedulerOperations, org.apache.flink.util.AutoCloseableAsync

public class AdaptiveBatchScheduler extends DefaultScheduler implements JobGraphUpdateListener
This scheduler decides the parallelism of JobVertex according to the data volume it consumes. A dynamically built up ExecutionGraph is used for this purpose.