Uses of Class
com.gpudb.protocol.CreateJobRequest
-
Packages that use CreateJobRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateJobRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateJobRequest Modifier and Type Method Description CreateJobResponseGPUdb. createJob(CreateJobRequest request)Create a job which will run asynchronously. -
Uses of CreateJobRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateJobRequest Modifier and Type Method Description CreateJobRequestCreateJobRequest. setData(ByteBuffer data)Binary-encoded payload for the job to be run asynchronously.CreateJobRequestCreateJobRequest. setDataStr(String dataStr)JSON-encoded payload for the job to be run asynchronously.CreateJobRequestCreateJobRequest. setEndpoint(String endpoint)Indicates which endpoint to execute, e.g. '/alter/table'.CreateJobRequestCreateJobRequest. setOptions(Map<String,String> options)Optional parameters.CreateJobRequestCreateJobRequest. setRequestEncoding(String requestEncoding)The encoding of the request payload for the job.
-