public static enum BaselineAutoAdjustStatus.TaskState extends Enum<BaselineAutoAdjustStatus.TaskState>
| Enum Constant and Description |
|---|
IN_PROGRESS
Baseline is changing now.
|
NOT_SCHEDULED
Task to baseline adjust was not scheduled.
|
SCHEDULED
Task to baseline adjust was scheduled.
|
| Modifier and Type | Method and Description |
|---|---|
static BaselineAutoAdjustStatus.TaskState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaselineAutoAdjustStatus.TaskState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaselineAutoAdjustStatus.TaskState IN_PROGRESS
public static final BaselineAutoAdjustStatus.TaskState SCHEDULED
public static final BaselineAutoAdjustStatus.TaskState NOT_SCHEDULED
public static BaselineAutoAdjustStatus.TaskState[] values()
for (BaselineAutoAdjustStatus.TaskState c : BaselineAutoAdjustStatus.TaskState.values()) System.out.println(c);
public static BaselineAutoAdjustStatus.TaskState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020