public class BatchRestApi extends Object
| 构造器和说明 |
|---|
BatchRestApi(KyuubiRestClient client) |
| 限定符和类型 | 方法和说明 |
|---|---|
Batch |
createBatch(BatchRequest request) |
Batch |
createBatch(BatchRequest request,
File resourceFile) |
CloseBatchResponse |
deleteBatch(String batchId,
String hs2ProxyUser) |
Batch |
getBatchById(String batchId) |
OperationLog |
getBatchLocalLog(String batchId,
int from,
int size) |
GetBatchesResponse |
listBatches(String batchType,
String batchUser,
String batchState,
Long createTime,
Long endTime,
int from,
int size) |
public BatchRestApi(KyuubiRestClient client)
public Batch createBatch(BatchRequest request)
public Batch createBatch(BatchRequest request, File resourceFile)
public GetBatchesResponse listBatches(String batchType, String batchUser, String batchState, Long createTime, Long endTime, int from, int size)
public OperationLog getBatchLocalLog(String batchId, int from, int size)
public CloseBatchResponse deleteBatch(String batchId, String hs2ProxyUser)
Copyright © 2022 The Apache Software Foundation. All rights reserved.