Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.StateTransitions
Packages that use StateTransitions
-
Uses of StateTransitions in org.apache.flink.runtime.scheduler.adaptive
Subinterfaces of StateTransitions in org.apache.flink.runtime.scheduler.adaptiveModifier and TypeInterfaceDescriptionstatic interfaceInterface covering transition to theCancelingstate.static interfaceInterface covering transition to theCreatingExecutionGraphstate.static interfaceInterface covering transition to theExecutingstate.static interfaceInterface covering transition to theFailingstate.static interfaceInterface covering transition to theFinishedstate.static interfaceInterface covering transition to theRestartingstate.static interfaceInterface covering transition to theStopWithSavepointstate.static interfaceInterface covering transition to theWaitingForResourcesstate.Classes in org.apache.flink.runtime.scheduler.adaptive that implement StateTransitionsModifier 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.