Uses of Class
org.apache.pig.impl.io.FileSpec

Packages that use FileSpec
org.apache.pig.backend.executionengine.util   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.backend.local.executionengine   
org.apache.pig.impl.io   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
 

Uses of FileSpec in org.apache.pig.backend.executionengine.util
 

Methods in org.apache.pig.backend.executionengine.util that return FileSpec
static FileSpec ExecTools.checkLeafIsStore(PhysicalPlan plan, PigContext pigContext)
           
 

Uses of FileSpec in org.apache.pig.backend.hadoop.executionengine
 

Fields in org.apache.pig.backend.hadoop.executionengine declared as FileSpec
protected  FileSpec HJob.outFileSpec
           
 FileSpec MapRedResult.outFileSpec
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type FileSpec
HJob(ExecJob.JOB_STATUS status, PigContext pigContext, FileSpec outFileSpec)
           
MapRedResult(FileSpec outFileSpec, int parallelismRequest)
           
 

Uses of FileSpec in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return FileSpec
 FileSpec[] MapReduceOper.getReplFiles()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type FileSpec
 Pair<MapReduceOper,Integer> MRCompiler.getQuantileJob(POSort inpSort, MapReduceOper prevJob, FileSpec lFile, FileSpec quantFile, int rp, Pair<Integer,Byte>[] fields)
           
 MapReduceOper MRCompiler.getSortJob(POSort sort, MapReduceOper quantJob, FileSpec lFile, FileSpec quantFile, int rp, Pair<Integer,Byte>[] fields)
           
 void MapReduceOper.setReplFiles(FileSpec[] replFiles)
           
 

Uses of FileSpec in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return FileSpec
 FileSpec POLoad.getLFile()
           
 FileSpec[] POFRJoin.getReplFiles()
           
 FileSpec POStore.getSFile()
           
 FileSpec POSplit.getSplitStore()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type FileSpec
 void POLoad.setLFile(FileSpec file)
           
 void POFRJoin.setReplFiles(FileSpec[] replFiles)
           
 void POStore.setSFile(FileSpec file)
           
 void POSplit.setSplitStore(FileSpec splitStore)
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type FileSpec
POFRJoin(OperatorKey k, int rp, List<PhysicalOperator> inp, List<List<PhysicalPlan>> ppLists, List<Byte> keyTypes, FileSpec[] replFiles, int fragment)
           
POLoad(OperatorKey k, FileSpec lFile, boolean splittable)
           
POLoad(OperatorKey k, int rp, FileSpec lFile, boolean splittable)
           
 

Uses of FileSpec in org.apache.pig.backend.local.executionengine
 

Fields in org.apache.pig.backend.local.executionengine declared as FileSpec
protected  FileSpec LocalJob.outFileSpec
           
 FileSpec LocalResult.outFileSpec
           
 

Constructors in org.apache.pig.backend.local.executionengine with parameters of type FileSpec
LocalJob(ExecJob.JOB_STATUS status, PigContext pigContext, FileSpec outFileSpec)
           
LocalResult(FileSpec outFileSpec)
           
 

Uses of FileSpec in org.apache.pig.impl.io
 

Subclasses of FileSpec in org.apache.pig.impl.io
 class ValidatingInputFileSpec
          Creates a Slicer using its funcSpec in its construction and checks that it's valid.
 

Constructors in org.apache.pig.impl.io with parameters of type FileSpec
ValidatingInputFileSpec(FileSpec fileSpec, DataStorage store)
           
 

Uses of FileSpec in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return FileSpec
 FileSpec LOLoad.getInputFile()
           
 FileSpec LOStore.getOutputFile()
           
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type FileSpec
 void LOLoad.setInputFile(FileSpec inputFileSpec)
           
 void LOStore.setOutputFile(FileSpec outputFileSpec)
           
 

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



Copyright © ${year} The Apache Software Foundation