Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
JobResult |
RestApi.getJobResult_0(String projectId,
String queueName,
String jobId,
String xAuthToken,
Integer pageSize,
Integer currentPage)
Get job result
After the job executing the SQL query is completed, review the result of the job execution.
|
JobResult |
RestApi.getJobResult(String projectId,
String jobId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
String queueName)
Get job result
After the job executing the SQL query is completed, review the result of the job execution.
|
JobResult |
RestApi.previewJobResult(String projectId,
String jobId,
String xAuthToken,
String queueName)
Get job result
After the job executing the SQL query is completed, review the result of the job execution.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<JobResult> |
RestApi.getJobResult_0WithHttpInfo(String projectId,
String queueName,
String jobId,
String xAuthToken,
Integer pageSize,
Integer currentPage)
Get job result
After the job executing the SQL query is completed, review the result of the job execution.
|
ApiResponse<JobResult> |
RestApi.getJobResultWithHttpInfo(String projectId,
String jobId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
String queueName)
Get job result
After the job executing the SQL query is completed, review the result of the job execution.
|
ApiResponse<JobResult> |
RestApi.previewJobResultWithHttpInfo(String projectId,
String jobId,
String xAuthToken,
String queueName)
Get job result
After the job executing the SQL query is completed, review the result of the job execution.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getJobResult_0Async(String projectId,
String queueName,
String jobId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
ApiCallback<JobResult> callback)
Get job result (asynchronously)
After the job executing the SQL query is completed, review the result of the job execution.
|
okhttp3.Call |
RestApi.getJobResultAsync(String projectId,
String jobId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
String queueName,
ApiCallback<JobResult> callback)
Get job result (asynchronously)
After the job executing the SQL query is completed, review the result of the job execution.
|
okhttp3.Call |
RestApi.previewJobResultAsync(String projectId,
String jobId,
String xAuthToken,
String queueName,
ApiCallback<JobResult> callback)
Get job result (asynchronously)
After the job executing the SQL query is completed, review the result of the job execution.
|
Modifier and Type | Method and Description |
---|---|
JobResult |
JobResult.addRowsItem(List<String> rowsItem) |
JobResult |
JobResult.addSchemaItem(Map<String,String> schemaItem) |
JobResult |
JobResult.errorCode(String errorCode) |
JobResult |
JobResult.errorMsg(String errorMsg) |
JobResult |
JobResult.inputSize(Long inputSize) |
JobResult |
JobResult.isSuccess(Boolean isSuccess) |
JobResult |
JobResult.jobId(String jobId) |
JobResult |
JobResult.jobType(String jobType) |
JobResult |
JobResult.message(String message) |
JobResult |
JobResult.rowCount(Integer rowCount) |
JobResult |
JobResult.rows(List<List<String>> rows) |
JobResult |
JobResult.schema(List<Map<String,String>> schema) |
Copyright © 2023. All rights reserved.