Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.StateTransitions.ToFailing
-
Packages that use StateTransitions.ToFailing Package Description org.apache.flink.runtime.scheduler.adaptive -
-
Uses of StateTransitions.ToFailing in org.apache.flink.runtime.scheduler.adaptive
Classes in org.apache.flink.runtime.scheduler.adaptive that implement StateTransitions.ToFailing 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.ToFailing 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)
-