Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
JobUpdateResponse |
RestApi.updateFlinkJarJob(String projectId,
Long jobId,
UpdateFlinkJarJobRequest body,
String xAuthToken)
更新用户自定义Flink作业
目前仅支持Jar格式, 运行在独享集群中
|
okhttp3.Call |
RestApi.updateFlinkJarJobAsync(String projectId,
Long jobId,
UpdateFlinkJarJobRequest body,
String xAuthToken,
ApiCallback<JobUpdateResponse> callback)
更新用户自定义Flink作业 (asynchronously)
目前仅支持Jar格式, 运行在独享集群中
|
okhttp3.Call |
RestApi.updateFlinkJarJobCall(String projectId,
Long jobId,
UpdateFlinkJarJobRequest body,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateFlinkJarJob
|
ApiResponse<JobUpdateResponse> |
RestApi.updateFlinkJarJobWithHttpInfo(String projectId,
Long jobId,
UpdateFlinkJarJobRequest body,
String xAuthToken)
更新用户自定义Flink作业
目前仅支持Jar格式, 运行在独享集群中
|
Copyright © 2023. All rights reserved.