Package com.gpudb.protocol
Class AdminShowJobsRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AdminShowJobsRequest.Options
-
- Enclosing class:
- AdminShowJobsRequest
public static final class AdminShowJobsRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringSHOW_ASYNC_JOBSIfTRUE, then the completed async jobs are also included in the response.static StringSHOW_WORKER_INFOIfTRUE, then information is also returned from worker ranks.static StringTRUE
-
-
-
Field Detail
-
SHOW_ASYNC_JOBS
public static final String SHOW_ASYNC_JOBS
IfTRUE, then the completed async jobs are also included in the response. By default, once the async jobs are completed they are no longer included in the jobs list. Supported values: The default value isFALSE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
SHOW_WORKER_INFO
public static final String SHOW_WORKER_INFO
IfTRUE, then information is also returned from worker ranks. By default only status from the head rank is returned. Supported values:- See Also:
- Constant Field Values
-
-