Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
List<GlobalBatchResponse> |
RestApi.deleteFlinkJob(String projectId,
DeleteJobInBatchRequest deleteJobInBatchRequest,
String xAuthToken)
批量删除作业
|
okhttp3.Call |
RestApi.deleteFlinkJobAsync(String projectId,
DeleteJobInBatchRequest deleteJobInBatchRequest,
String xAuthToken,
ApiCallback<List<GlobalBatchResponse>> callback)
批量删除作业 (asynchronously)
|
okhttp3.Call |
RestApi.deleteFlinkJobCall(String projectId,
DeleteJobInBatchRequest deleteJobInBatchRequest,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteFlinkJob
|
ApiResponse<List<GlobalBatchResponse>> |
RestApi.deleteFlinkJobWithHttpInfo(String projectId,
DeleteJobInBatchRequest deleteJobInBatchRequest,
String xAuthToken)
批量删除作业
|
Modifier and Type | Method and Description |
---|---|
DeleteJobInBatchRequest |
DeleteJobInBatchRequest.addJobIdsItem(Long jobIdsItem) |
DeleteJobInBatchRequest |
DeleteJobInBatchRequest.jobIds(List<Long> jobIds) |
Copyright © 2023. All rights reserved.