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)
批量删除作业
|
ApiResponse<List<GlobalBatchResponse>> |
RestApi.deleteFlinkJobWithHttpInfo(String projectId,
DeleteJobInBatchRequest deleteJobInBatchRequest,
String xAuthToken)
批量删除作业
|
List<GlobalBatchResponse> |
RestApi.runFlinkJob(String projectId,
RunFlinkJobRequest body,
String xAuthToken)
运行作业
触发运行作业
|
ApiResponse<List<GlobalBatchResponse>> |
RestApi.runFlinkJobWithHttpInfo(String projectId,
RunFlinkJobRequest body,
String xAuthToken)
运行作业
触发运行作业
|
List<GlobalBatchResponse> |
RestApi.stopFlinkJob(String projectId,
StopFlinkJobRequest body,
String xAuthToken)
停止作业
|
ApiResponse<List<GlobalBatchResponse>> |
RestApi.stopFlinkJobWithHttpInfo(String projectId,
StopFlinkJobRequest body,
String xAuthToken)
停止作业
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.deleteFlinkJobAsync(String projectId,
DeleteJobInBatchRequest deleteJobInBatchRequest,
String xAuthToken,
ApiCallback<List<GlobalBatchResponse>> callback)
批量删除作业 (asynchronously)
|
okhttp3.Call |
RestApi.runFlinkJobAsync(String projectId,
RunFlinkJobRequest body,
String xAuthToken,
ApiCallback<List<GlobalBatchResponse>> callback)
运行作业 (asynchronously)
触发运行作业
|
okhttp3.Call |
RestApi.stopFlinkJobAsync(String projectId,
StopFlinkJobRequest body,
String xAuthToken,
ApiCallback<List<GlobalBatchResponse>> callback)
停止作业 (asynchronously)
|
Modifier and Type | Method and Description |
---|---|
GlobalBatchResponse |
GlobalBatchResponse.errorCode(String errorCode) |
GlobalBatchResponse |
GlobalBatchResponse.errorJsonOpt(String errorJsonOpt) |
GlobalBatchResponse |
GlobalBatchResponse.errorMsg(String errorMsg) |
GlobalBatchResponse |
GlobalBatchResponse.isSuccess(Boolean isSuccess) |
GlobalBatchResponse |
GlobalBatchResponse.message(String message) |
Copyright © 2023. All rights reserved.