public enum HadoopTaskState extends Enum<HadoopTaskState>
| Enum Constant and Description |
|---|
CANCELED
Canceled task.
|
COMPLETED
Completed task.
|
CRASHED
Process crashed.
|
FAILED
Failed task.
|
RUNNING
Running task.
|
| Modifier and Type | Method and Description |
|---|---|
static HadoopTaskState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HadoopTaskState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HadoopTaskState RUNNING
public static final HadoopTaskState COMPLETED
public static final HadoopTaskState FAILED
public static final HadoopTaskState CANCELED
public static final HadoopTaskState CRASHED
public static HadoopTaskState[] values()
for (HadoopTaskState c : HadoopTaskState.values()) System.out.println(c);
public static HadoopTaskState 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 Fabric : ver. 2.5.1-p166 Release Date : September 3 2019