Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
QueryFlinkJobListResponse |
RestApi.getFlinkJobs(String projectId,
String xAuthToken,
String name,
String status,
String queueName,
Boolean showDetail,
Long offset,
Integer limit,
String order,
Long rootJobId,
String userName,
String jobType,
String showJobType)
查询作业列表
作业列表查询, 支持以下参数: name, status, show_detail, cursor, next, limit, order, root_job_id.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<QueryFlinkJobListResponse> |
RestApi.getFlinkJobsWithHttpInfo(String projectId,
String xAuthToken,
String name,
String status,
String queueName,
Boolean showDetail,
Long offset,
Integer limit,
String order,
Long rootJobId,
String userName,
String jobType,
String showJobType)
查询作业列表
作业列表查询, 支持以下参数: name, status, show_detail, cursor, next, limit, order, root_job_id.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getFlinkJobsAsync(String projectId,
String xAuthToken,
String name,
String status,
String queueName,
Boolean showDetail,
Long offset,
Integer limit,
String order,
Long rootJobId,
String userName,
String jobType,
String showJobType,
ApiCallback<QueryFlinkJobListResponse> callback)
查询作业列表 (asynchronously)
作业列表查询, 支持以下参数: name, status, show_detail, cursor, next, limit, order, root_job_id.
|
Modifier and Type | Method and Description |
---|---|
QueryFlinkJobListResponse |
QueryFlinkJobListResponse.isSuccess(Boolean isSuccess) |
QueryFlinkJobListResponse |
QueryFlinkJobListResponse.jobList(QueryFlinkJobListResponseJobList jobList) |
QueryFlinkJobListResponse |
QueryFlinkJobListResponse.message(String message) |
Copyright © 2023. All rights reserved.