Uses of Class
org.apache.flink.runtime.rest.versioning.RuntimeRestAPIVersion
-
Packages that use RuntimeRestAPIVersion Package Description org.apache.flink.runtime.rest.handler.legacy.files org.apache.flink.runtime.rest.messages org.apache.flink.runtime.rest.versioning -
-
Uses of RuntimeRestAPIVersion in org.apache.flink.runtime.rest.handler.legacy.files
Methods in org.apache.flink.runtime.rest.handler.legacy.files that return types with arguments of type RuntimeRestAPIVersion Modifier and Type Method Description Collection<RuntimeRestAPIVersion>
WebContentHandlerSpecification. getSupportedAPIVersions()
-
Uses of RuntimeRestAPIVersion in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type RuntimeRestAPIVersion Modifier and Type Method Description default Collection<RuntimeRestAPIVersion>
RuntimeUntypedResponseMessageHeaders. getSupportedAPIVersions()
Collection<RuntimeRestAPIVersion>
YarnCancelJobTerminationHeaders. getSupportedAPIVersions()
Deprecated.Collection<RuntimeRestAPIVersion>
YarnStopJobTerminationHeaders. getSupportedAPIVersions()
Deprecated. -
Uses of RuntimeRestAPIVersion in org.apache.flink.runtime.rest.versioning
Methods in org.apache.flink.runtime.rest.versioning that return RuntimeRestAPIVersion Modifier and Type Method Description static RuntimeRestAPIVersion
RuntimeRestAPIVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuntimeRestAPIVersion[]
RuntimeRestAPIVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-