public static enum OutputParameters.Output extends Enum<OutputParameters.Output> implements ParameterEnum<Object>
| Enum Constant and Description |
|---|
DATA_NAMESPACE_URI |
DATA_TYPE_ID |
HDFS_OUTPUT_PATH |
INDEX_ID |
OUTPUT_FORMAT |
REDUCER_COUNT |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper<Object> |
getHelper() |
Enum<?> |
self() |
static OutputParameters.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputParameters.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputParameters.Output REDUCER_COUNT
public static final OutputParameters.Output OUTPUT_FORMAT
public static final OutputParameters.Output INDEX_ID
public static final OutputParameters.Output DATA_TYPE_ID
public static final OutputParameters.Output DATA_NAMESPACE_URI
public static final OutputParameters.Output HDFS_OUTPUT_PATH
public static OutputParameters.Output[] values()
for (OutputParameters.Output c : OutputParameters.Output.values()) System.out.println(c);
public static OutputParameters.Output 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 ParameterEnum<Object>public ParameterHelper<Object> getHelper()
getHelper in interface ParameterEnum<Object>Copyright © 2013–2022. All rights reserved.