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