Uses of Class
org.apache.flink.datastream.api.context.JobInfo.ExecutionMode
-
Packages that use JobInfo.ExecutionMode Package Description org.apache.flink.datastream.api.context -
-
Uses of JobInfo.ExecutionMode in org.apache.flink.datastream.api.context
Methods in org.apache.flink.datastream.api.context that return JobInfo.ExecutionMode Modifier and Type Method Description JobInfo.ExecutionModeJobInfo. getExecutionMode()Get theJobInfo.ExecutionModeof current job.static JobInfo.ExecutionModeJobInfo.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static JobInfo.ExecutionMode[]JobInfo.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-