| Package | Description |
|---|---|
| org.apache.kyuubi.client | |
| org.apache.kyuubi.client.api.v1.dto | |
| org.apache.kyuubi.client.util |
| Modifier and Type | Method and Description |
|---|---|
Batch |
BatchRestApi.createBatch(BatchRequest request) |
Batch |
BatchRestApi.createBatch(BatchRequest request,
File resourceFile) |
Batch |
BatchRestApi.getBatchById(String batchId) |
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
GetBatchesResponse.getBatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBatchesResponse.setBatches(List<Batch> batches) |
| Constructor and Description |
|---|
GetBatchesResponse(int from,
int total,
List<Batch> batches) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BatchUtils.isDuplicatedSubmission(Batch batch) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.