Package com.gpudb.protocol
Class GetJobResponse.JobStatus
- java.lang.Object
-
- com.gpudb.protocol.GetJobResponse.JobStatus
-
- Enclosing class:
- GetJobResponse
public static final class GetJobResponse.JobStatus extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANCELLEDJob cancellation was requested while the execution was in progress.static StringDONEThe job execution has successfully completed and the response is included in thejobResponseorjobResponseStrfieldstatic StringERRORThe job was attempted, but an error was encountered.static StringRUNNINGThe job is currently executing.
-
-
-
Field Detail
-
RUNNING
public static final String RUNNING
The job is currently executing.- See Also:
- Constant Field Values
-
DONE
public static final String DONE
The job execution has successfully completed and the response is included in thejobResponseorjobResponseStrfield- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
The job was attempted, but an error was encountered. ThestatusMapcontains the details of the error in error_message- See Also:
- Constant Field Values
-
CANCELLED
public static final String CANCELLED
Job cancellation was requested while the execution was in progress.- See Also:
- Constant Field Values
-
-