Uses of Package
org.apache.flink.runtime.scheduler.adaptivebatch
Packages that use org.apache.flink.runtime.scheduler.adaptivebatch
Package
Description
-
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.executiongraphClassDescriptionInterface for retrieving stream graph context details for adaptive batch jobs.
-
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.jobmaster.eventClassDescriptionThe blocking result info, which will be used to calculate the vertex parallelism and input infos.
-
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.schedulerClassDescriptionInterface for retrieving stream graph context details for adaptive batch jobs.
-
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.scheduler.adaptivebatchClassDescriptionThis scheduler decides the parallelism of JobVertex according to the data volume it consumes.The
AdaptiveExecutionHandlerinterface defines the operations for handling the adaptive execution of batch jobs.Context for batch job recovery.Interface for handling batch job recovery.Helper class that provides read-only information of input forVertexParallelismAndInputInfosDecider.The blocking result info, which will be used to calculate the vertex parallelism and input infos.Interface for retrieving stream graph context details for adaptive batch jobs.This interface defines operations for components that are interested in being notified when new job vertices are added to the job graph.TheNonAdaptiveExecutionPlanSchedulingContextis a final class that implements a scheduling context for execution plans that do not require adaptive changes.This class represents the information about the finished operators.Interface for managing speculative execution of tasks and handling slow task detection.VertexParallelismAndInputInfosDecideris responsible for deciding the parallelism andJobVertexInputInfos of a job vertex, based on the information of the consumed blocking results. -
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.scheduler.adaptivebatch.utilClassDescriptionHelper class that provides read-only information of input for
VertexParallelismAndInputInfosDecider.