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