public enum GridHadoopJobPhase extends Enum<GridHadoopJobPhase>
| Enum Constant and Description |
|---|
PHASE_CANCELLING
Job is stopping due to exception during any of the phases.
|
PHASE_COMPLETE
Job has finished execution.
|
PHASE_MAP
Job is running map and combine tasks.
|
PHASE_REDUCE
Job has finished all map tasks and running reduce tasks.
|
PHASE_SETUP
Job is running setup task.
|
| Modifier and Type | Method and Description |
|---|---|
static GridHadoopJobPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridHadoopJobPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridHadoopJobPhase PHASE_SETUP
public static final GridHadoopJobPhase PHASE_MAP
public static final GridHadoopJobPhase PHASE_REDUCE
public static final GridHadoopJobPhase PHASE_CANCELLING
public static final GridHadoopJobPhase PHASE_COMPLETE
public static GridHadoopJobPhase[] values()
for (GridHadoopJobPhase c : GridHadoopJobPhase.values()) System.out.println(c);
public static GridHadoopJobPhase 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. 1.0.0-RC1 Release Date : February 17 2015