protected static enum ScriptState.PIG_PROPERTY extends java.lang.Enum<ScriptState.PIG_PROPERTY>
Enum Constant and Description |
---|
COMMAND_LINE |
ENABLE_PLAN_SERIALIZATION |
HADOOP_VERSION |
INPUT_DIRS |
JOB_ALIAS |
JOB_ALIAS_LOCATION |
JOB_FEATURE |
JOB_PARENTS |
LOGICAL_PLAN |
LOGICAL_PLAN_HASH |
MAP_OUTPUT_DIRS |
REDUCE_OUTPUT_DIRS |
SCRIPT |
SCRIPT_FEATURES |
SCRIPT_ID |
VERSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static ScriptState.PIG_PROPERTY |
valueOf(java.lang.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 final ScriptState.PIG_PROPERTY ENABLE_PLAN_SERIALIZATION
public static final ScriptState.PIG_PROPERTY LOGICAL_PLAN
public static final ScriptState.PIG_PROPERTY LOGICAL_PLAN_HASH
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(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 toString()
toString
in class java.lang.Enum<ScriptState.PIG_PROPERTY>
Copyright © 2007-2017 The Apache Software Foundation