Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ResponseJobInfo |
RestApi.checkSQL(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken)
Check sql
Check the SQL grammar.
|
okhttp3.Call |
RestApi.checkSQLAsync(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken,
ApiCallback<ResponseJobInfo> callback)
Check sql (asynchronously)
Check the SQL grammar.
|
okhttp3.Call |
RestApi.checkSQLCall(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkSQL
|
ApiResponse<ResponseJobInfo> |
RestApi.checkSQLWithHttpInfo(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken)
Check sql
Check the SQL grammar.
|
ResponseJobInfo |
RestApi.execute_0(String projectId,
String queueName,
SQLJobRequest sqLJobInfo,
String xAuthToken)
Submit job
This API is used to submit jobs to the cluster by executing SQL statements.
|
okhttp3.Call |
RestApi.execute_0Async(String projectId,
String queueName,
SQLJobRequest sqLJobInfo,
String xAuthToken,
ApiCallback<ResponseJobInfo> callback)
Submit job (asynchronously)
This API is used to submit jobs to the cluster by executing SQL statements.
|
okhttp3.Call |
RestApi.execute_0Call(String projectId,
String queueName,
SQLJobRequest sqLJobInfo,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for execute_0
|
ApiResponse<ResponseJobInfo> |
RestApi.execute_0WithHttpInfo(String projectId,
String queueName,
SQLJobRequest sqLJobInfo,
String xAuthToken)
Submit job
This API is used to submit jobs to the cluster by executing SQL statements.
|
ResponseJobInfo |
RestApi.execute(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken)
Submit job
This API is used to submit jobs to the cluster by executing SQL statements.
|
okhttp3.Call |
RestApi.executeAsync(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken,
ApiCallback<ResponseJobInfo> callback)
Submit job (asynchronously)
This API is used to submit jobs to the cluster by executing SQL statements.
|
okhttp3.Call |
RestApi.executeCall(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for execute
|
ApiResponse<ResponseJobInfo> |
RestApi.executeWithHttpInfo(String projectId,
SQLJobRequest sqLJobInfo,
String xAuthToken)
Submit job
This API is used to submit jobs to the cluster by executing SQL statements.
|
Modifier and Type | Method and Description |
---|---|
SQLJobRequest |
SQLJobRequest.addConfItem(String confItem) |
SQLJobRequest |
SQLJobRequest.addTagsItem(JobTagEntityInfo tagsItem) |
SQLJobRequest |
SQLJobRequest.conf(List<String> conf) |
SQLJobRequest |
SQLJobRequest.currentdb(String currentdb) |
SQLJobRequest |
SQLJobRequest.queueName(String queueName) |
SQLJobRequest |
SQLJobRequest.sql(String sql) |
SQLJobRequest |
SQLJobRequest.tags(List<JobTagEntityInfo> tags) |
Copyright © 2023. All rights reserved.