Uses of Class
org.apache.flink.configuration.SchedulerExecutionMode
-
Packages that use SchedulerExecutionMode Package Description org.apache.flink.configuration -
-
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_MODEMethods in org.apache.flink.configuration that return SchedulerExecutionMode Modifier and Type Method Description static SchedulerExecutionModeSchedulerExecutionMode. 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.
-