Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
FlinkJobExecutePlanResponse |
RestApi.getFlinkJobExecuteGraph(String projectId,
Long jobId,
String xAuthToken)
查询作业执行计划图
The execution graph is json format.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<FlinkJobExecutePlanResponse> |
RestApi.getFlinkJobExecuteGraphWithHttpInfo(String projectId,
Long jobId,
String xAuthToken)
查询作业执行计划图
The execution graph is json format.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getFlinkJobExecuteGraphAsync(String projectId,
Long jobId,
String xAuthToken,
ApiCallback<FlinkJobExecutePlanResponse> callback)
查询作业执行计划图 (asynchronously)
The execution graph is json format.
|
Modifier and Type | Method and Description |
---|---|
FlinkJobExecutePlanResponse |
FlinkJobExecutePlanResponse.executeGraph(JobExecutePlan executeGraph) |
FlinkJobExecutePlanResponse |
FlinkJobExecutePlanResponse.isSuccess(Boolean isSuccess) |
FlinkJobExecutePlanResponse |
FlinkJobExecutePlanResponse.message(String message) |
Copyright © 2023. All rights reserved.