public enum GridHadoopTaskType extends Enum<GridHadoopTaskType>
| Enum Constant and Description |
|---|
ABORT
Abort task.
|
COMBINE
Combine task.
|
COMMIT
Commit task.
|
MAP
Map task.
|
REDUCE
Reduce task.
|
SETUP
Setup task.
|
| Modifier and Type | Method and Description |
|---|---|
static GridHadoopTaskType |
fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static GridHadoopTaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridHadoopTaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridHadoopTaskType SETUP
public static final GridHadoopTaskType MAP
public static final GridHadoopTaskType REDUCE
public static final GridHadoopTaskType COMBINE
public static final GridHadoopTaskType COMMIT
public static final GridHadoopTaskType ABORT
public static GridHadoopTaskType[] values()
for (GridHadoopTaskType c : GridHadoopTaskType.values()) System.out.println(c);
public static GridHadoopTaskType 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@Nullable public static GridHadoopTaskType fromOrdinal(byte ord)
ord - Ordinal value.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015