Uses of Interface
org.apache.flink.runtime.rest.versioning.RestAPIVersion
Packages that use RestAPIVersion
Package
Description
-
Uses of RestAPIVersion in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest with parameters of type RestAPIVersionModifier and TypeMethodDescription<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 RestAPIVersionModifier and TypeMethodDescription<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 RestAPIVersionModifier and TypeMethodDescriptionCollection<? 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 RestAPIVersionModifier and TypeMethodDescriptionCollection<? 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 RestAPIVersionModifier and TypeMethodDescriptionCollection<? 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 RestAPIVersionModifier and TypeInterfaceDescriptioninterfaceRestAPIVersion<T extends RestAPIVersion<T>>Interface for all versions of the REST API.Classes in org.apache.flink.runtime.rest.versioning that implement RestAPIVersionModifier and TypeClassDescriptionenumAn enum for all versions of the REST API.Methods in org.apache.flink.runtime.rest.versioning with type parameters of type RestAPIVersionModifier and TypeMethodDescriptionstatic <E extends RestAPIVersion<E>>
ERestAPIVersion.getLatestVersion(Collection<E> versions) Accept versions and one of them as a comparator, and get the latest one.