Uses of Class
org.apache.flink.api.common.RuntimeExecutionMode
-
Packages that use RuntimeExecutionMode Package Description org.apache.flink.api.common -
-
Uses of RuntimeExecutionMode in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return RuntimeExecutionMode Modifier and Type Method Description static RuntimeExecutionModeRuntimeExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeExecutionMode[]RuntimeExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-