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