| Package | Description |
|---|---|
| com.gpudb | |
| com.gpudb.protocol |
| Modifier and Type | Method and Description |
|---|---|
AdminAlterJobsResponse |
GPUdb.adminAlterJobs(AdminAlterJobsRequest request)
Perform the requested action on a list of one or more job(s).
|
AdminAlterJobsResponse |
GPUdb.adminAlterJobs(List<Long> jobIds,
String action,
Map<String,String> options)
Perform the requested action on a list of one or more job(s).
|
| Modifier and Type | Method and Description |
|---|---|
AdminAlterJobsResponse |
AdminAlterJobsResponse.setAction(String action) |
AdminAlterJobsResponse |
AdminAlterJobsResponse.setInfo(Map<String,String> info) |
AdminAlterJobsResponse |
AdminAlterJobsResponse.setJobIds(List<Long> jobIds) |
AdminAlterJobsResponse |
AdminAlterJobsResponse.setStatus(List<String> status) |
Copyright © 2020. All rights reserved.