Uses of Interface
org.apache.flink.runtime.scheduler.GlobalFailureHandler
Packages that use GlobalFailureHandler
Package
Description
-
Uses of GlobalFailureHandler in org.apache.flink.runtime.operators.coordination
Methods in org.apache.flink.runtime.operators.coordination with parameters of type GlobalFailureHandlerModifier and TypeMethodDescriptionvoidOperatorCoordinatorHolder.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.schedulerClasses in org.apache.flink.runtime.scheduler that implement GlobalFailureHandlerModifier and TypeClassDescriptionclassThe future default scheduler.classBase class which can be used to implementSchedulerNG.Constructors in org.apache.flink.runtime.scheduler with parameters of type GlobalFailureHandlerModifierConstructorDescriptionDefaultOperatorCoordinatorHandler(ExecutionGraph executionGraph, GlobalFailureHandler globalFailureHandler) -
Uses of GlobalFailureHandler in org.apache.flink.runtime.scheduler.adaptive
Classes in org.apache.flink.runtime.scheduler.adaptive that implement GlobalFailureHandlerModifier and TypeClassDescriptionclassASchedulerNGimplementation 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 GlobalFailureHandlerModifier and TypeClassDescriptionclassThis scheduler decides the parallelism of JobVertex according to the data volume it consumes.