Uses of Class
org.apache.flink.api.common.ExecutionMode
-
Packages that use ExecutionMode Package Description org.apache.flink.api.common -
-
Uses of ExecutionMode in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return ExecutionMode Modifier and Type Method Description ExecutionModeExecutionConfig. getExecutionMode()Deprecated.TheExecutionModeis deprecated because it's only used in DataSet APIs.static ExecutionModeExecutionMode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.api.common with parameters of type ExecutionMode Modifier and Type Method Description voidExecutionConfig. setExecutionMode(ExecutionMode executionMode)Deprecated.TheExecutionModeis deprecated because it's only used in DataSet APIs.
-