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 voidOperatorCoordinatorHolder. lazyInitialize(GlobalFailureHandler globalFailureHandler, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor, CheckpointCoordinator checkpointCoordinator)voidOperatorCoordinatorHolder. 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 interfaceSchedulerNGInterface for scheduling Flink jobs.Classes in org.apache.flink.runtime.scheduler that implement GlobalFailureHandler Modifier and Type Class Description classDefaultSchedulerThe future default scheduler.classSchedulerBaseBase 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 classAdaptiveSchedulerASchedulerNGimplementation 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 classAdaptiveBatchSchedulerThis scheduler decides the parallelism of JobVertex according to the data volume it consumes.
-