protected static enum ScriptState.PIG_PROPERTY extends Enum<ScriptState.PIG_PROPERTY>
Enum Constant and Description |
---|
COMMAND_LINE |
HADOOP_VERSION |
INPUT_DIRS |
JOB_ALIAS |
JOB_ALIAS_LOCATION |
JOB_FEATURE |
JOB_PARENTS |
MAP_OUTPUT_DIRS |
REDUCE_OUTPUT_DIRS |
SCRIPT |
SCRIPT_FEATURES |
SCRIPT_ID |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ScriptState.PIG_PROPERTY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptState.PIG_PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScriptState.PIG_PROPERTY SCRIPT_ID
public static final ScriptState.PIG_PROPERTY SCRIPT
public static final ScriptState.PIG_PROPERTY COMMAND_LINE
public static final ScriptState.PIG_PROPERTY HADOOP_VERSION
public static final ScriptState.PIG_PROPERTY VERSION
public static final ScriptState.PIG_PROPERTY INPUT_DIRS
public static final ScriptState.PIG_PROPERTY MAP_OUTPUT_DIRS
public static final ScriptState.PIG_PROPERTY REDUCE_OUTPUT_DIRS
public static final ScriptState.PIG_PROPERTY JOB_PARENTS
public static final ScriptState.PIG_PROPERTY JOB_FEATURE
public static final ScriptState.PIG_PROPERTY SCRIPT_FEATURES
public static final ScriptState.PIG_PROPERTY JOB_ALIAS
public static final ScriptState.PIG_PROPERTY JOB_ALIAS_LOCATION
public static ScriptState.PIG_PROPERTY[] values()
for (ScriptState.PIG_PROPERTY c : ScriptState.PIG_PROPERTY.values()) System.out.println(c);
public static ScriptState.PIG_PROPERTY 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 toString()
toString
in class Enum<ScriptState.PIG_PROPERTY>
Copyright © 2007-2017 The Apache Software Foundation