Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ResponseJobInfo |
RestApi.storeJobResult(String projectId,
String jobId,
String xAuthToken,
ExportCommonInfo exportCommonInfo)
Export job result
Export the results of the SQL statement to the OBS object store and only support the export of query results for \"QUERY\" type jobs.
|
okhttp3.Call |
RestApi.storeJobResultAsync(String projectId,
String jobId,
String xAuthToken,
ExportCommonInfo exportCommonInfo,
ApiCallback<ResponseJobInfo> callback)
Export job result (asynchronously)
Export the results of the SQL statement to the OBS object store and only support the export of query results for \"QUERY\" type jobs.
|
okhttp3.Call |
RestApi.storeJobResultCall(String projectId,
String jobId,
String xAuthToken,
ExportCommonInfo exportCommonInfo,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for storeJobResult
|
ApiResponse<ResponseJobInfo> |
RestApi.storeJobResultWithHttpInfo(String projectId,
String jobId,
String xAuthToken,
ExportCommonInfo exportCommonInfo)
Export job result
Export the results of the SQL statement to the OBS object store and only support the export of query results for \"QUERY\" type jobs.
|
Modifier and Type | Method and Description |
---|---|
ExportCommonInfo |
ExportCommonInfo.compress(String compress) |
ExportCommonInfo |
ExportCommonInfo.dataPath(String dataPath) |
ExportCommonInfo |
ExportCommonInfo.dataType(String dataType) |
ExportCommonInfo |
ExportCommonInfo.encodingType(String encodingType) |
ExportCommonInfo |
ExportCommonInfo.exportMode(String exportMode) |
ExportCommonInfo |
ExportCommonInfo.limitNum(Integer limitNum) |
ExportCommonInfo |
ExportCommonInfo.queueName(String queueName) |
ExportCommonInfo |
ExportCommonInfo.withColumnHeader(Boolean withColumnHeader) |
Copyright © 2023. All rights reserved.