Uses of Interface
org.apache.flink.runtime.scheduler.adaptive.StateTransitionManager
-
Packages that use StateTransitionManager Package Description org.apache.flink.runtime.scheduler.adaptive -
-
Uses of StateTransitionManager in org.apache.flink.runtime.scheduler.adaptive
Classes in org.apache.flink.runtime.scheduler.adaptive that implement StateTransitionManager Modifier and Type Class Description class
DefaultStateTransitionManager
DefaultStateTransitionManager
is a state machine which manages theAdaptiveScheduler
's state transitions based on the previous transition time and the available resources.
-