public static enum HadoopTypes.TASK_OUTPUTS extends Enum<HadoopTypes.TASK_OUTPUTS>
| Enum Constant and Description |
|---|
JOB_FLOW_ID |
RESULTS |
| Modifier and Type | Method and Description |
|---|---|
static HadoopTypes.TASK_OUTPUTS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HadoopTypes.TASK_OUTPUTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HadoopTypes.TASK_OUTPUTS JOB_FLOW_ID
public static final HadoopTypes.TASK_OUTPUTS RESULTS
public static HadoopTypes.TASK_OUTPUTS[] values()
for (HadoopTypes.TASK_OUTPUTS c : HadoopTypes.TASK_OUTPUTS.values()) System.out.println(c);
public static HadoopTypes.TASK_OUTPUTS 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 nullCopyright © 2009–2016 DuraSpace. All rights reserved.