Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
GetJobResponse |
GPUdb.getJob(GetJobRequest request)
Get the status and result of asynchronously running job.
|
GetJobResponse |
GPUdb.getJob(long jobId,
Map<String,String> options)
Get the status and result of asynchronously running job.
|
Modifier and Type | Method and Description |
---|---|
GetJobResponse |
GetJobResponse.setEndpoint(String endpoint)
The endpoint which is being executed asynchronously.
|
GetJobResponse |
GetJobResponse.setInfo(Map<String,String> info)
Additional information.
|
GetJobResponse |
GetJobResponse.setJobResponse(ByteBuffer jobResponse)
The binary-encoded response of the job.
|
GetJobResponse |
GetJobResponse.setJobResponseStr(String jobResponseStr)
The json-encoded response of the job.
|
GetJobResponse |
GetJobResponse.setJobStatus(String jobStatus)
Status of the submitted job.
|
GetJobResponse |
GetJobResponse.setProgress(int progress)
Approximate percentage of the job completed.
|
GetJobResponse |
GetJobResponse.setResponseEncoding(String responseEncoding)
The encoding of the job result (contained in
jobResponse or jobResponseStr . |
GetJobResponse |
GetJobResponse.setRunning(boolean running)
True if the end point is still executing.
|
GetJobResponse |
GetJobResponse.setStatusMap(Map<String,String> statusMap)
Map of various status strings for the executed job.
|
GetJobResponse |
GetJobResponse.setSuccessful(boolean successful)
True if the job execution completed and no errors were encountered.
|
Copyright © 2025. All rights reserved.