Uses of Class
com.gpudb.protocol.AdminShowJobsRequest
-
Packages that use AdminShowJobsRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShowJobsRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminShowJobsRequest Modifier and Type Method Description AdminShowJobsResponseGPUdb. adminShowJobs(AdminShowJobsRequest request)Get a list of the current jobs in GPUdb. -
Uses of AdminShowJobsRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShowJobsRequest Modifier and Type Method Description AdminShowJobsRequestAdminShowJobsRequest. setOptions(Map<String,String> options)Optional parameters.
-