Uses of Interface
org.apache.flink.runtime.scheduler.GlobalFailureHandler
-
-
Uses of GlobalFailureHandler in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination with parameters of type GlobalFailureHandler Modifier and Type Method Description void
OperatorCoordinatorHolder. lazyInitialize(GlobalFailureHandler globalFailureHandler, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, CheckpointCoordinator checkpointCoordinator)
void
OperatorCoordinatorHolder. lazyInitialize(GlobalFailureHandler globalFailureHandler, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, CheckpointCoordinator checkpointCoordinator, int operatorParallelism)
-
Uses of GlobalFailureHandler in org.apache.flink.runtime.scheduler
Subinterfaces of GlobalFailureHandler in org.apache.flink.runtime.scheduler Modifier and Type Interface Description interface
SchedulerNG
Interface for scheduling Flink jobs.Classes in org.apache.flink.runtime.scheduler that implement GlobalFailureHandler Modifier and Type Class Description class
DefaultScheduler
The future default scheduler.class
SchedulerBase
Base class which can be used to implementSchedulerNG
.Constructors in org.apache.flink.runtime.scheduler with parameters of type GlobalFailureHandler Constructor Description DefaultOperatorCoordinatorHandler(ExecutionGraph executionGraph, GlobalFailureHandler globalFailureHandler)
-
Uses of GlobalFailureHandler in org.apache.flink.runtime.scheduler.adaptive
Classes in org.apache.flink.runtime.scheduler.adaptive that implement GlobalFailureHandler Modifier and Type Class Description class
AdaptiveScheduler
ASchedulerNG
implementation that uses the declarative resource management and automatically adapts the parallelism in case not enough resource could be acquired to run at the configured parallelism, as described in FLIP-160. -
Uses of GlobalFailureHandler in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement GlobalFailureHandler Modifier and Type Class Description class
AdaptiveBatchScheduler
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
-