|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PigServer.ExecType | |
---|---|
org.apache.pig | |
org.apache.pig.impl |
Uses of PigServer.ExecType in org.apache.pig |
---|
Methods in org.apache.pig that return PigServer.ExecType | |
---|---|
static PigServer.ExecType |
PigServer.parseExecType(String str)
|
static PigServer.ExecType |
PigServer.ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PigServer.ExecType[] |
PigServer.ExecType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.pig with parameters of type PigServer.ExecType | |
---|---|
PigServer(PigServer.ExecType execType)
|
|
PigServer(PigServer.ExecType execType,
Properties properties)
|
Uses of PigServer.ExecType in org.apache.pig.impl |
---|
Methods in org.apache.pig.impl that return PigServer.ExecType | |
---|---|
PigServer.ExecType |
PigContext.getExecType()
Returns the type of execution currently in effect. |
Methods in org.apache.pig.impl with parameters of type PigServer.ExecType | |
---|---|
void |
PigContext.setExecType(PigServer.ExecType execType)
|
Constructors in org.apache.pig.impl with parameters of type PigServer.ExecType | |
---|---|
PigContext(PigServer.ExecType execType,
Properties properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |