public enum JobConfPropertyNames extends Enum<JobConfPropertyNames>
Enum Constant and Description |
---|
JOB_NAMES |
MAP_JAVA_OPTS_S |
QUEUE_NAMES |
REDUCE_JAVA_OPTS_S |
TASK_JAVA_OPTS_S |
Modifier and Type | Method and Description |
---|---|
String[] |
getCandidates() |
static JobConfPropertyNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobConfPropertyNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobConfPropertyNames QUEUE_NAMES
public static final JobConfPropertyNames JOB_NAMES
public static final JobConfPropertyNames TASK_JAVA_OPTS_S
public static final JobConfPropertyNames MAP_JAVA_OPTS_S
public static final JobConfPropertyNames REDUCE_JAVA_OPTS_S
public static JobConfPropertyNames[] values()
for (JobConfPropertyNames c : JobConfPropertyNames.values()) System.out.println(c);
public static JobConfPropertyNames 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 nullpublic String[] getCandidates()
Copyright © 2013 Apache Software Foundation. All rights reserved.