public static final class OdiPigDataServer.PigExecutionType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OdiPigDataServer.PigExecutionType |
LOCAL
LOCAL execution type
|
static OdiPigDataServer.PigExecutionType |
MAPREDUCE
MAPREDUCE execution type .
|
Modifier and Type | Method and Description |
---|---|
static OdiPigDataServer.PigExecutionType |
valueOf(java.lang.String name) |
static OdiPigDataServer.PigExecutionType[] |
values() |
public static final OdiPigDataServer.PigExecutionType LOCAL
public static final OdiPigDataServer.PigExecutionType MAPREDUCE
public static OdiPigDataServer.PigExecutionType[] values()
public static OdiPigDataServer.PigExecutionType valueOf(java.lang.String name)