Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
JobListResult |
RestApi.listAllJobs(String projectId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
Long start,
Long end,
String jobType,
String tags,
String queueName,
String owner,
String jobStatus,
String order)
List all jobs
List all jobs
|
JobListResult |
RestApi.listSqlJobs(String projectId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
String tags)
List all sql jobs
List all sql jobs
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<JobListResult> |
RestApi.listAllJobsWithHttpInfo(String projectId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
Long start,
Long end,
String jobType,
String tags,
String queueName,
String owner,
String jobStatus,
String order)
List all jobs
List all jobs
|
ApiResponse<JobListResult> |
RestApi.listSqlJobsWithHttpInfo(String projectId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
String tags)
List all sql jobs
List all sql jobs
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.listAllJobsAsync(String projectId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
Long start,
Long end,
String jobType,
String tags,
String queueName,
String owner,
String jobStatus,
String order,
ApiCallback<JobListResult> callback)
List all jobs (asynchronously)
List all jobs
|
okhttp3.Call |
RestApi.listSqlJobsAsync(String projectId,
String xAuthToken,
Integer pageSize,
Integer currentPage,
String tags,
ApiCallback<JobListResult> callback)
List all sql jobs (asynchronously)
List all sql jobs
|
Modifier and Type | Method and Description |
---|---|
JobListResult |
JobListResult.addJobsItem(JobListInfo jobsItem) |
JobListResult |
JobListResult.isSuccess(Boolean isSuccess) |
JobListResult |
JobListResult.jobCount(Integer jobCount) |
JobListResult |
JobListResult.jobs(List<JobListInfo> jobs) |
JobListResult |
JobListResult.message(String message) |
Copyright © 2023. All rights reserved.