java.io.Serializable, java.lang.Comparable<JobConfPropertyNames>public enum JobConfPropertyNames extends java.lang.Enum<JobConfPropertyNames>
| Enum Constant | Description |
|---|---|
JOB_NAMES |
|
MAP_JAVA_OPTS_S |
|
QUEUE_NAMES |
|
REDUCE_JAVA_OPTS_S |
|
TASK_JAVA_OPTS_S |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getCandidates() |
|
static JobConfPropertyNames |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String[] getCandidates()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.