Uses of Package
org.apache.flink.runtime.scheduler.adaptivebatch
-
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.executiongraph Class Description ExecutionPlanSchedulingContext Interface 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.event Class Description BlockingResultInfo The 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.scheduler Class Description ExecutionPlanSchedulingContext Interface 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.adaptivebatch Class Description AdaptiveBatchScheduler This scheduler decides the parallelism of JobVertex according to the data volume it consumes.AdaptiveExecutionHandler TheAdaptiveExecutionHandlerinterface defines the operations for handling the adaptive execution of batch jobs.BatchJobRecoveryContext Context for batch job recovery.BatchJobRecoveryHandler Interface for handling batch job recovery.BlockingInputInfo Helper class that provides read-only information of input forVertexParallelismAndInputInfosDecider.BlockingResultInfo The blocking result info, which will be used to calculate the vertex parallelism and input infos.ExecutionPlanSchedulingContext Interface for retrieving stream graph context details for adaptive batch jobs.JobGraphUpdateListener This interface defines operations for components that are interested in being notified when new job vertices are added to the job graph.NonAdaptiveExecutionPlanSchedulingContext TheNonAdaptiveExecutionPlanSchedulingContextis a final class that implements a scheduling context for execution plans that do not require adaptive changes.OperatorsFinished This class represents the information about the finished operators.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. -
Classes in org.apache.flink.runtime.scheduler.adaptivebatch used by org.apache.flink.runtime.scheduler.adaptivebatch.util Class Description BlockingInputInfo Helper class that provides read-only information of input forVertexParallelismAndInputInfosDecider.