Uses of Class
com.gpudb.protocol.AdminAlterJobsResponse
-
Packages that use AdminAlterJobsResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAlterJobsResponse in com.gpudb
Methods in com.gpudb that return AdminAlterJobsResponse Modifier and Type Method Description AdminAlterJobsResponseGPUdb. adminAlterJobs(AdminAlterJobsRequest request)Perform the requested action on a list of one or more job(s).AdminAlterJobsResponseGPUdb. adminAlterJobs(List<Long> jobIds, String action, Map<String,String> options)Perform the requested action on a list of one or more job(s). -
Uses of AdminAlterJobsResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAlterJobsResponse Modifier and Type Method Description AdminAlterJobsResponseAdminAlterJobsResponse. setAction(String action)Action requested on the jobs.AdminAlterJobsResponseAdminAlterJobsResponse. setInfo(Map<String,String> info)Additional information.AdminAlterJobsResponseAdminAlterJobsResponse. setJobIds(List<Long> jobIds)Jobs on which the action was performed.AdminAlterJobsResponseAdminAlterJobsResponse. setStatus(List<String> status)Status of the requested action for each job.
-