public static enum DurableBackgroundTaskState.State extends Enum<DurableBackgroundTaskState.State>
| Enum Constant and Description |
|---|
COMPLETED
Completion state.
|
INIT
Initial state.
|
PREPARE
Preparation for execution state.
|
STARTED
Execution state.
|
| Modifier and Type | Method and Description |
|---|---|
static DurableBackgroundTaskState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DurableBackgroundTaskState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DurableBackgroundTaskState.State INIT
public static final DurableBackgroundTaskState.State PREPARE
public static final DurableBackgroundTaskState.State STARTED
public static final DurableBackgroundTaskState.State COMPLETED
public static DurableBackgroundTaskState.State[] values()
for (DurableBackgroundTaskState.State c : DurableBackgroundTaskState.State.values()) System.out.println(c);
public static DurableBackgroundTaskState.State 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.11.1 Release Date : December 20 2021