public static final class AdminShowJobsRequest.Options extends Object
SHOW_ASYNC_JOBS
: If 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
.
SHOW_WORKER_INFO
: If true
, then information is also returned
from worker ranks. By default only status from the head rank is
returned.
Supported values:
Map
.
A set of string constants for the parameter options
.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 © 2024. All rights reserved.