Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
RestApi.getSpecifiedQueue(String projectId,
String queueName,
String xAuthToken)
Get queue
Get the specified queue.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<QueueInfo> |
RestApi.getSpecifiedQueueWithHttpInfo(String projectId,
String queueName,
String xAuthToken)
Get queue
Get the specified queue.
|
Modifier and Type | Method and Description |
---|---|
ResponseQueueInfo |
RestApi.createQueue(String projectId,
QueueInfo queueInfo,
String xAuthToken)
Create queue
Create a queue that will bind user-specified computing resources.
|
okhttp3.Call |
RestApi.createQueueAsync(String projectId,
QueueInfo queueInfo,
String xAuthToken,
ApiCallback<ResponseQueueInfo> callback)
Create queue (asynchronously)
Create a queue that will bind user-specified computing resources.
|
okhttp3.Call |
RestApi.createQueueCall(String projectId,
QueueInfo queueInfo,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createQueue
|
ApiResponse<ResponseQueueInfo> |
RestApi.createQueueWithHttpInfo(String projectId,
QueueInfo queueInfo,
String xAuthToken)
Create queue
Create a queue that will bind user-specified computing resources.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getSpecifiedQueueAsync(String projectId,
String queueName,
String xAuthToken,
ApiCallback<QueueInfo> callback)
Get queue (asynchronously)
Get the specified queue.
|
Modifier and Type | Method and Description |
---|---|
QueueInfo |
QueueInfo.chargingMode(Integer chargingMode) |
QueueInfo |
QueueInfo.createTime(Long createTime) |
QueueInfo |
QueueInfo.cuCount(Integer cuCount) |
QueueInfo |
QueueInfo.description(String description) |
QueueInfo |
QueueInfo.enterpriseProjectId(String enterpriseProjectId) |
QueueInfo |
QueueInfo.owner(String owner) |
QueueInfo |
QueueInfo.queueId(String queueId) |
QueueInfo |
QueueInfo.queueName(String queueName) |
QueueInfo |
QueueInfo.queueType(String queueType) |
Modifier and Type | Method and Description |
---|---|
List<QueueInfo> |
QueueResult.getQueues()
Get queues
|
Modifier and Type | Method and Description |
---|---|
QueueResult |
QueueResult.addQueuesItem(QueueInfo queuesItem) |
Modifier and Type | Method and Description |
---|---|
QueueResult |
QueueResult.queues(List<QueueInfo> queues) |
void |
QueueResult.setQueues(List<QueueInfo> queues) |
Copyright © 2023. All rights reserved.