public static final class AdminShowJobsRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
SHOW_ASYNC_JOBS
If
TRUE , then the completed async jobs are also
included in the response. |
static String |
SHOW_WORKER_INFO
If
TRUE , then information is also returned from
worker ranks. |
static String |
TRUE |
public static final String SHOW_ASYNC_JOBS
TRUE
, 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 is FALSE
.public static final String TRUE
public static final String FALSE
public static final String SHOW_WORKER_INFO
TRUE
, then information is also returned from
worker ranks. By default only status from the head rank is returned.
Supported values:
Copyright © 2025. All rights reserved.