CancelJobResponse |
IDliServiceProxy.cancelJob(String jobId) |
CancelJobResponse |
DliServiceProxy.cancelJob(String jobId) |
static ConnectionResource |
ConnectionResource.constructConnectionResource(Properties info,
String url) |
DescribeTableResponse |
IDliServiceProxy.describeTableInfo(String db,
String table) |
DescribeTableResponse |
DliServiceProxy.describeTableInfo(String dbName,
String tblName) |
ExecuteJobResponse |
IDliServiceProxy.execute(RequestExecuteSql request) |
ExecuteJobResponse |
DliServiceProxy.execute(RequestExecuteSql request) |
DownloadIterator |
IDliServiceProxy.exportJobResult(String jobId) |
DownloadIterator |
DliServiceProxy.exportJobResult(String jobId) |
static ConnectionResource |
ConnectionResource.extractParamsFromUrl(String url)
Parse JDBC connection URL
The format of the URL is:
jdbc:dli://<endPoint>/projectId?conf_list
jdbc:uquery://<endPoint>/projectId?conf_list is derepcated
jdbc:luxor://<endPoint>/projectId?conf_list is derepcated
where the conf_list is semicolon separated <key>=<val> pairs.
|
GetJobResultResponse |
IDliServiceProxy.getJobResult(String jobId,
int pageSize,
int currentPage) |
GetJobResultResponse |
DliServiceProxy.getJobResult(String jobId,
int pageSize,
int currentPage) |
com.huawei.dli.sdk.common.JobResultInfo |
IDliServiceProxy.getJobStatus(String jobId) |
com.huawei.dli.sdk.common.JobResultInfo |
DliServiceProxy.getJobStatus(String jobId) |
com.huawei.dli.sdk.common.TableSchema |
IDliServiceProxy.getResultSchema(String jobId) |
com.huawei.dli.sdk.common.TableSchema |
DliServiceProxy.getResultSchema(String jobId) |
GetTablesResponse |
IDliServiceProxy.getTablesInfo(String db) |
GetTablesResponse |
DliServiceProxy.getTablesInfo(String dbName) |
void |
ConnectionResource.loadPropertiesFromConf(Map map) |
Object[] |
QueryResultFetchingSession.readNextRecord() |
abstract Object[] |
ResultFetchingSession.readNextRecord() |
Object[] |
SchemaResultFetchingSession.readNextRecord() |
Object[] |
QueryExportFetchingSession.readNextRecord() |