Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToRestarting
-
Packages that use StateTransitions.ToRestarting Package Description org.apache.flink.runtime.scheduler.adaptive -
-
Uses of StateTransitions.ToRestarting in org.apache.flink.runtime.scheduler.adaptive
Classes in org.apache.flink.runtime.scheduler.adaptive that implement StateTransitions.ToRestarting 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.Methods in org.apache.flink.runtime.scheduler.adaptive with type parameters of type StateTransitions.ToRestarting Modifier and Type Method Description static <T extends StateTransitions.ToRestarting & StateTransitions.ToFailing>
voidFailureResultUtil. restartOrFail(org.apache.flink.runtime.scheduler.adaptive.FailureResult failureResult, T context, org.apache.flink.runtime.scheduler.adaptive.StateWithExecutionGraph sweg)
-