Uses of Class
com.gpudb.protocol.AdminAlterJobsRequest
-
Packages that use AdminAlterJobsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAlterJobsRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminAlterJobsRequest Modifier and Type Method Description AdminAlterJobsResponseGPUdb. adminAlterJobs(AdminAlterJobsRequest request)Perform the requested action on a list of one or more job(s). -
Uses of AdminAlterJobsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAlterJobsRequest Modifier and Type Method Description AdminAlterJobsRequestAdminAlterJobsRequest. setAction(String action)Action to be performed on the jobs specified by job_ids.AdminAlterJobsRequestAdminAlterJobsRequest. setJobIds(List<Long> jobIds)Jobs to be modified.AdminAlterJobsRequestAdminAlterJobsRequest. setOptions(Map<String,String> options)Optional parameters.
-