Uses of Class
org.apache.flink.api.common.RuntimeExecutionMode
-
Packages that use RuntimeExecutionMode Package Description org.apache.flink.api.common org.apache.flink.configuration -
-
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. -
Uses of RuntimeExecutionMode in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type RuntimeExecutionMode Modifier and Type Field Description static ConfigOption<RuntimeExecutionMode>ExecutionOptions. RUNTIME_MODE
-