Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.StateTransitions
-
Packages that use StateTransitions Package Description org.apache.flink.runtime.scheduler.adaptive -
-
Uses of StateTransitions in org.apache.flink.runtime.scheduler.adaptive
Subinterfaces of StateTransitions in org.apache.flink.runtime.scheduler.adaptive Modifier and Type Interface Description static interfaceStateTransitions.ToCancellingInterface covering transition to theCancelingstate.static interfaceStateTransitions.ToCreatingExecutionGraphInterface covering transition to theCreatingExecutionGraphstate.static interfaceStateTransitions.ToExecutingInterface covering transition to theExecutingstate.static interfaceStateTransitions.ToFailingInterface covering transition to theFailingstate.static interfaceStateTransitions.ToFinishedInterface covering transition to theFinishedstate.static interfaceStateTransitions.ToRestartingInterface covering transition to theRestartingstate.static interfaceStateTransitions.ToStopWithSavepointInterface covering transition to theStopWithSavepointstate.static interfaceStateTransitions.ToWaitingForResourcesInterface covering transition to theWaitingForResourcesstate.Classes in org.apache.flink.runtime.scheduler.adaptive that implement StateTransitions 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.
-