Package org.apache.flink.runtime.scheduler.adaptivebatch
-
Interface Summary Interface Description BlockingResultInfo The blocking result info, which will be used to calculate the vertex parallelism and input infos.VertexParallelismAndInputInfosDecider VertexParallelismAndInputInfosDecideris responsible for deciding the parallelism andJobVertexInputInfos of a job vertex, based on the information of the consumed blocking results. -
Class Summary Class Description AdaptiveBatchScheduler This scheduler decides the parallelism of JobVertex according to the data volume it consumes.AdaptiveBatchSchedulerFactory Factory forAdaptiveBatchScheduler.AllToAllBlockingResultInfo Information of All-To-All result.DefaultVertexParallelismAndInputInfosDecider Default implementation ofVertexParallelismAndInputInfosDecider.PointwiseBlockingResultInfo Information of Pointwise result.SpeculativeScheduler The speculative scheduler.