public static enum MapReduceParameters.MRConfig extends Enum<MapReduceParameters.MRConfig> implements ParameterEnum
| Enum Constant and Description |
|---|
CONFIG_FILE |
HDFS_BASE_DIR |
HDFS_HOST_PORT |
JOBTRACKER_HOST_PORT |
YARN_RESOURCE_MANAGER |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<?> |
getHelper() |
Enum<?> |
self() |
static MapReduceParameters.MRConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapReduceParameters.MRConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapReduceParameters.MRConfig CONFIG_FILE
public static final MapReduceParameters.MRConfig HDFS_HOST_PORT
public static final MapReduceParameters.MRConfig HDFS_BASE_DIR
public static final MapReduceParameters.MRConfig YARN_RESOURCE_MANAGER
public static final MapReduceParameters.MRConfig JOBTRACKER_HOST_PORT
public static MapReduceParameters.MRConfig[] values()
for (MapReduceParameters.MRConfig c : MapReduceParameters.MRConfig.values()) System.out.println(c);
public static MapReduceParameters.MRConfig 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 Enum<?> self()
self in interface ParameterEnumpublic ParameterHelper<?> getHelper()
getHelper in interface ParameterEnumCopyright © 2013–2022. All rights reserved.