Uses of Class
org.apache.pig.ExecType

Packages that use ExecType
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.hbase   
org.apache.pig.builtin   
org.apache.pig.impl   
org.apache.pig.impl.builtin   
org.apache.pig.impl.io   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
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.
 

Methods in org.apache.pig with parameters of type ExecType
 Schema LoadFunc.determineSchema(String fileName, ExecType execType, DataStorage storage)
          Find the schema from the loader.
 

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.backend.hadoop.executionengine.mapReduceLayer
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type ExecType
SliceWrapper(Slice slice, ExecType execType, int index, org.apache.hadoop.fs.FileSystem fs, ArrayList<OperatorKey> targetOps)
           
 

Uses of ExecType in org.apache.pig.backend.hadoop.hbase
 

Methods in org.apache.pig.backend.hadoop.hbase with parameters of type ExecType
 Schema HBaseStorage.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 

Uses of ExecType in org.apache.pig.builtin
 

Methods in org.apache.pig.builtin with parameters of type ExecType
 Schema TextLoader.determineSchema(String fileName, ExecType execType, DataStorage storage)
          TextLoader does not provide a schema.
 Schema PigStorage.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 Schema BinaryStorage.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 Schema BinStorage.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 

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.builtin
 

Methods in org.apache.pig.impl.builtin with parameters of type ExecType
 Schema SampleLoader.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 Schema MergeJoinIndexer.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 Schema DefaultIndexableLoader.determineSchema(String fileName, ExecType execType, DataStorage storage)
           
 

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
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type ExecType
LOLoad(LogicalPlan plan, OperatorKey key, FileSpec inputFileSpec, ExecType execType, DataStorage storage, boolean splittable)
           
 

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