Uses of Interface
org.apache.flink.runtime.rest.versioning.RestAPIVersion
-
-
Uses of RestAPIVersion in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest with parameters of type RestAPIVersion Modifier and Type Method Description <M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody>
CompletableFuture<P>RestClient. sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request, Collection<FileUpload> fileUploads, RestAPIVersion<? extends RestAPIVersion<?>> apiVersion)
Method parameters in org.apache.flink.runtime.rest with type arguments of type RestAPIVersion Modifier and Type Method Description <M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody>
CompletableFuture<P>RestClient. sendRequest(String targetAddress, int targetPort, M messageHeaders, U messageParameters, R request, Collection<FileUpload> fileUploads, RestAPIVersion<? extends RestAPIVersion<?>> apiVersion)
-
Uses of RestAPIVersion in org.apache.flink.runtime.rest.handler
Methods in org.apache.flink.runtime.rest.handler that return types with arguments of type RestAPIVersion Modifier and Type Method Description Collection<? extends RestAPIVersion<?>>
RestHandlerSpecification. getSupportedAPIVersions()
Returns the supported API versions that this request supports. -
Uses of RestAPIVersion in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type RestAPIVersion Modifier and Type Method Description Collection<? extends RestAPIVersion<?>>
CustomHeadersDecorator. getSupportedAPIVersions()
default Collection<? extends RestAPIVersion<?>>
RuntimeMessageHeaders. getSupportedAPIVersions()
-
Uses of RestAPIVersion in org.apache.flink.runtime.rest.messages.cluster
Methods in org.apache.flink.runtime.rest.messages.cluster that return types with arguments of type RestAPIVersion Modifier and Type Method Description Collection<? extends RestAPIVersion<?>>
JobManagerProfilingHeaders. getSupportedAPIVersions()
Collection<? extends RestAPIVersion<?>>
JobManagerProfilingListHeaders. getSupportedAPIVersions()
-
Uses of RestAPIVersion in org.apache.flink.runtime.rest.versioning
Classes in org.apache.flink.runtime.rest.versioning with type parameters of type RestAPIVersion Modifier and Type Interface Description interface
RestAPIVersion<T extends RestAPIVersion<T>>
Interface for all versions of the REST API.Classes in org.apache.flink.runtime.rest.versioning that implement RestAPIVersion Modifier and Type Class Description class
RuntimeRestAPIVersion
An enum for all versions of the REST API.Methods in org.apache.flink.runtime.rest.versioning with type parameters of type RestAPIVersion Modifier and Type Method Description static <E extends RestAPIVersion<E>>
ERestAPIVersion. getLatestVersion(Collection<E> versions)
Accept versions and one of them as a comparator, and get the latest one.
-