public interface IDliServiceProxy
Modifier and Type | Method and Description |
---|---|
CancelJobResponse |
cancelJob(String jobId) |
DescribeTableResponse |
describeTableInfo(String db,
String table) |
ExecuteJobResponse |
execute(RequestExecuteSql request) |
DownloadIterator |
exportJobResult(String jobId) |
GetJobResultResponse |
getJobResult(String jobId,
int pageSize,
int currentPage) |
com.huawei.dli.sdk.common.JobResultInfo |
getJobStatus(String jobId) |
com.huawei.dli.sdk.common.TableSchema |
getResultSchema(String jobId) |
GetTablesResponse |
getTablesInfo(String db) |
ExecuteJobResponse execute(RequestExecuteSql request) throws DliException
DliException
com.huawei.dli.sdk.common.JobResultInfo getJobStatus(String jobId) throws DliException
DliException
com.huawei.dli.sdk.common.TableSchema getResultSchema(String jobId) throws DliException
DliException
GetJobResultResponse getJobResult(String jobId, int pageSize, int currentPage) throws DliException
DliException
DownloadIterator exportJobResult(String jobId) throws DliException
DliException
CancelJobResponse cancelJob(String jobId) throws DliException
DliException
GetTablesResponse getTablesInfo(String db) throws DliException
DliException
DescribeTableResponse describeTableInfo(String db, String table) throws DliException
DliException
Copyright © 2023. All rights reserved.