Package com.gpudb.protocol
Class AdminShowJobsResponse.Info
- java.lang.Object
-
- com.gpudb.protocol.AdminShowJobsResponse.Info
-
- Enclosing class:
- AdminShowJobsResponse
public static final class AdminShowJobsResponse.Info extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOB_TAGThe job tag specified by the user or if unspecified by user, an internally generated unique identifier for the job across clusters.static StringWORKER_INFOWorker job information as json
-
-
-
Field Detail
-
JOB_TAG
public static final String JOB_TAG
The job tag specified by the user or if unspecified by user, an internally generated unique identifier for the job across clusters.- See Also:
- Constant Field Values
-
WORKER_INFO
public static final String WORKER_INFO
Worker job information as json- See Also:
- Constant Field Values
-
-