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