Uses of Class
com.gpudb.protocol.GetJobRequest
-
Packages that use GetJobRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of GetJobRequest in com.gpudb
Methods in com.gpudb with parameters of type GetJobRequest Modifier and Type Method Description GetJobResponseGPUdb. getJob(GetJobRequest request)Get the status and result of asynchronously running job. -
Uses of GetJobRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return GetJobRequest Modifier and Type Method Description GetJobRequestGetJobRequest. setJobId(long jobId)A unique identifier for the job whose status and result is to be fetched.GetJobRequestGetJobRequest. setOptions(Map<String,String> options)Optional parameters.
-