Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
RestApi.createBatch(String projectId,
Object body,
String xAuthToken,
String USER_ID)
Create batch
Create batch.
|
SessionInfo |
RestApi.getBatchInfo(String projectId,
String batchId,
String xAuthToken)
List specified batch
List specified batch.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<SessionInfo> |
RestApi.createBatchWithHttpInfo(String projectId,
Object body,
String xAuthToken,
String USER_ID)
Create batch
Create batch.
|
ApiResponse<SessionInfo> |
RestApi.getBatchInfoWithHttpInfo(String projectId,
String batchId,
String xAuthToken)
List specified batch
List specified batch.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.createBatchAsync(String projectId,
Object body,
String xAuthToken,
String USER_ID,
ApiCallback<SessionInfo> callback)
Create batch (asynchronously)
Create batch.
|
okhttp3.Call |
RestApi.getBatchInfoAsync(String projectId,
String batchId,
String xAuthToken,
ApiCallback<SessionInfo> callback)
List specified batch (asynchronously)
List specified batch.
|
Modifier and Type | Method and Description |
---|---|
SessionInfo |
SessionInfo.addLogItem(String logItem) |
SessionInfo |
SessionInfo.appId(String appId) |
SessionInfo |
SessionInfo.appInfo(Map<String,String> appInfo) |
SessionInfo |
SessionInfo.clusterName(String clusterName) |
SessionInfo |
SessionInfo.createTime(Long createTime) |
SessionInfo |
SessionInfo.duration(Long duration) |
SessionInfo |
SessionInfo.errorCode(String errorCode) |
SessionInfo |
SessionInfo.errorMsg(String errorMsg) |
SessionInfo |
SessionInfo.id(String id) |
SessionInfo |
SessionInfo.kind(String kind) |
SessionInfo |
SessionInfo.log(List<String> log) |
SessionInfo |
SessionInfo.name(String name) |
SessionInfo |
SessionInfo.owner(String owner) |
SessionInfo |
SessionInfo.proxyUser(String proxyUser) |
SessionInfo |
SessionInfo.putAppInfoItem(String key,
String appInfoItem) |
SessionInfo |
SessionInfo.scType(String scType) |
SessionInfo |
SessionInfo.state(String state) |
SessionInfo |
SessionInfo.updateTime(Long updateTime) |
Modifier and Type | Method and Description |
---|---|
List<SessionInfo> |
SessionInfos.getSessions()
Get sessions
|
Modifier and Type | Method and Description |
---|---|
SessionInfos |
SessionInfos.addSessionsItem(SessionInfo sessionsItem) |
Modifier and Type | Method and Description |
---|---|
SessionInfos |
SessionInfos.sessions(List<SessionInfo> sessions) |
void |
SessionInfos.setSessions(List<SessionInfo> sessions) |
Copyright © 2023. All rights reserved.