Uses of Package
org.apache.flink.runtime.scheduler.adaptivebatch
-
Packages that use org.apache.flink.runtime.scheduler.adaptivebatch Package Description org.apache.flink.runtime.scheduler.adaptivebatch -
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.scheduler.adaptivebatch Class Description AdaptiveBatchScheduler This scheduler decides the parallelism of JobVertex according to the data volume it consumes.BatchJobRecoveryContext Context for batch job recovery.BatchJobRecoveryHandler Interface for handling batch job recovery.BlockingResultInfo The blocking result info, which will be used to calculate the vertex parallelism and input infos.SpeculativeExecutionHandler Interface for managing speculative execution of tasks and handling slow task detection.VertexParallelismAndInputInfosDecider VertexParallelismAndInputInfosDecideris responsible for deciding the parallelism andJobVertexInputInfos of a job vertex, based on the information of the consumed blocking results.