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)
Action requested on the jobs.
|
AdminAlterJobsResponse |
AdminAlterJobsResponse.setInfo(Map<String,String> info)
Additional information.
|
AdminAlterJobsResponse |
AdminAlterJobsResponse.setJobIds(List<Long> jobIds)
Jobs on which the action was performed.
|
AdminAlterJobsResponse |
AdminAlterJobsResponse.setStatus(List<String> status)
Status of the requested action for each job.
|
Copyright © 2025. All rights reserved.