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