Package | Description |
---|---|
com.huawei.dli.sdk |
Modifier and Type | Method and Description |
---|---|
protected JobResultInfo |
Job.getStatusResult(String jobId)
Get this job resultInfo: detail,statement,status...
|
protected JobResultInfo |
SQLJob.getStatusResult(String jobId) |
JobResultInfo |
DLIClient.queryJobResultInfo(String jobId)
Queue the JobResultInfo by job id.
|
Modifier and Type | Method and Description |
---|---|
List<JobResultInfo> |
DLIClient.listAllJobs()
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(Integer pageSize,
Integer currentPage,
JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(Integer pageSize,
Integer currentPage,
Long start,
Long end,
JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(JobFilter jobFilter)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllJobs(Long start,
Long end,
JobType jobType)
Get all JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listAllSQLJobs(JobFilter jobFilter)
Query all the information of the recently executed sql job submitted in the edit box under the current project.
|
List<JobResultInfo> |
DLIClient.listJobsByPage(JobFilter jobFilter)
Get specify page and pageSize JobsResultInfo list below the current project.
|
List<JobResultInfo> |
DLIClient.listSQLJobs()
Query the information of the recently executed job submitted in the edit box under the current project.
|
List<JobResultInfo> |
DLIClient.listSQLJobs(Integer pageSize,
Integer currentPage)
Query the information of the recently executed job submitted in the edit box under the current project.
|
List<JobResultInfo> |
DLIClient.listSQLJobsByPage(JobFilter jobFilter)
Query the information of the recently executed job submitted in the edit box under the current project.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
Job.checkJobFinish(long startTime,
JobResultInfo jobResultInfo) |
protected boolean |
Job.checkJobFinish(long startTime,
JobResultInfo jobResultInfo,
Long waitTime) |
Copyright © 2023. All rights reserved.