Uses of Class
org.apache.flink.configuration.JobManagerOptions.SchedulerType
-
Packages that use JobManagerOptions.SchedulerType Package Description org.apache.flink.api.common org.apache.flink.configuration -
-
Uses of JobManagerOptions.SchedulerType in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return types with arguments of type JobManagerOptions.SchedulerType Modifier and Type Method Description Optional<JobManagerOptions.SchedulerType>ExecutionConfig. getSchedulerType() -
Uses of JobManagerOptions.SchedulerType in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type JobManagerOptions.SchedulerType Modifier and Type Field Description static ConfigOption<JobManagerOptions.SchedulerType>JobManagerOptions. SCHEDULERConfig parameter determining the scheduler implementation.Methods in org.apache.flink.configuration that return JobManagerOptions.SchedulerType Modifier and Type Method Description static JobManagerOptions.SchedulerTypeClusterOptions. getSchedulerType(Configuration configuration)static JobManagerOptions.SchedulerTypeJobManagerOptions.SchedulerType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobManagerOptions.SchedulerType[]JobManagerOptions.SchedulerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-