Uses of Class
org.apache.pig.ExecType

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   
org.apache.pig.tools.pigstats   
 

Uses of ExecType in org.apache.pig
 

Methods in org.apache.pig that return ExecType
static ExecType PigServer.parseExecType(String str)
           
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)
          This function returns an input stream to a local file system file or a file residing on Hadoop's DFS
 

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)
           
 

Uses of ExecType in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats with parameters of type ExecType
 void PigStats.setExecType(ExecType mode)
           
 



Copyright © ${year} The Apache Software Foundation