Uses of Class
org.apache.flink.configuration.SchedulerExecutionMode
-
Packages that use SchedulerExecutionMode Package Description org.apache.flink.configuration org.apache.flink.runtime.scheduler.adaptive -
-
Uses of SchedulerExecutionMode in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type SchedulerExecutionMode Modifier and Type Field Description static ConfigOption<SchedulerExecutionMode>
JobManagerOptions. SCHEDULER_MODE
Methods in org.apache.flink.configuration that return SchedulerExecutionMode Modifier and Type Method Description static SchedulerExecutionMode
SchedulerExecutionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchedulerExecutionMode[]
SchedulerExecutionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchedulerExecutionMode in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return SchedulerExecutionMode Modifier and Type Method Description SchedulerExecutionMode
AdaptiveScheduler.Settings. getExecutionMode()
-