| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest | |
| org.apache.flink.runtime.rest.handler | |
| org.apache.flink.runtime.rest.messages | |
| org.apache.flink.runtime.rest.versioning |
| 限定符和类型 | 方法和说明 |
|---|---|
<M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody> |
RestClient.sendRequest(String targetAddress,
int targetPort,
M messageHeaders,
U messageParameters,
R request,
Collection<FileUpload> fileUploads,
RestAPIVersion<? extends RestAPIVersion<?>> apiVersion) |
| 限定符和类型 | 方法和说明 |
|---|---|
<M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody> |
RestClient.sendRequest(String targetAddress,
int targetPort,
M messageHeaders,
U messageParameters,
R request,
Collection<FileUpload> fileUploads,
RestAPIVersion<? extends RestAPIVersion<?>> apiVersion) |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<? extends RestAPIVersion<?>> |
RestHandlerSpecification.getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default Collection<? extends RestAPIVersion<?>> |
RuntimeMessageHeaders.getSupportedAPIVersions() |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
RestAPIVersion<T extends RestAPIVersion<T>>
Interface for all versions of the REST API.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RuntimeRestAPIVersion
An enum for all versions of the REST API.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <E extends RestAPIVersion<E>> |
RestAPIVersion.getLatestVersion(Collection<E> versions)
Accept versions and one of them as a comparator, and get the latest one.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.