|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecType | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
org.apache.pig.impl | |
org.apache.pig.impl.io | |
org.apache.pig.impl.logicalLayer.optimizer |
Uses of ExecType in org.apache.pig |
---|
Methods in org.apache.pig that return ExecType | |
---|---|
static ExecType |
PigServer.parseExecType(String str)
Given a string, determine the exec type. |
static ExecType |
ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecType[] |
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 ExecType | |
---|---|
PigServer(ExecType execType)
|
|
PigServer(ExecType execType,
Properties properties)
|
Uses of ExecType in org.apache.pig.impl |
---|
Methods in org.apache.pig.impl that return ExecType | |
---|---|
ExecType |
PigContext.getExecType()
Returns the type of execution currently in effect. |
Methods in org.apache.pig.impl with parameters of type ExecType | |
---|---|
void |
PigContext.setExecType(ExecType execType)
|
Constructors in org.apache.pig.impl with parameters of type ExecType | |
---|---|
PigContext(ExecType execType,
Properties properties)
|
Uses of ExecType in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io with parameters of type ExecType | |
---|---|
static InputStream |
FileLocalizer.open(String fileName,
ExecType execType,
DataStorage storage)
Deprecated. Use FileLocalizer.open(String, PigContext) instead |
Uses of ExecType in org.apache.pig.impl.logicalLayer.optimizer |
---|
Constructors in org.apache.pig.impl.logicalLayer.optimizer with parameters of type ExecType | |
---|---|
LogicalOptimizer(LogicalPlan plan,
ExecType mode)
|
|
LogicalOptimizer(LogicalPlan plan,
ExecType mode,
Set<String> turnOffRules)
|
|
OpLimitOptimizer(LogicalPlan plan,
ExecType mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |