Uses of Class
com.gpudb.protocol.CreateJobResponse
-
Packages that use CreateJobResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateJobResponse in com.gpudb
Methods in com.gpudb that return CreateJobResponse Modifier and Type Method Description CreateJobResponseGPUdb. createJob(CreateJobRequest request)Create a job which will run asynchronously.CreateJobResponseGPUdb. createJob(String endpoint, String requestEncoding, ByteBuffer data, String dataStr, Map<String,String> options)Create a job which will run asynchronously. -
Uses of CreateJobResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateJobResponse Modifier and Type Method Description CreateJobResponseCreateJobResponse. setInfo(Map<String,String> info)Additional information.CreateJobResponseCreateJobResponse. setJobId(long jobId)An identifier for the job created by this call.
-