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

Packages that use FileSpec
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.local.executionengine   
org.apache.pig.impl.io   
org.apache.pig.impl.logicalLayer   
 

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
           
 FileSpec POMapreduce.outputFileSpec
           
 

Fields in org.apache.pig.backend.hadoop.executionengine with type parameters of type FileSpec
 ArrayList<FileSpec> POMapreduce.inputFileSpecs
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return FileSpec
 FileSpec POMapreduce.getFileSpec(int i)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type FileSpec
 void POMapreduce.addInputFile(FileSpec fileSpec)
           
 void POMapreduce.addInputFile(FileSpec fileSpec, EvalSpec evalSpec)
           
 

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.local.executionengine
 

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

Constructors in org.apache.pig.backend.local.executionengine with parameters of type FileSpec
LocalResult(FileSpec outFileSpec)
           
POLoad(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, PigContext pigContext, FileSpec fileSpec, int outputType)
           
POStore(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, OperatorKey logicalKey, Map<OperatorKey,LocalResult> materializedResults, FileSpec outputFileSpec, boolean append, PigContext pigContext)
           
POStore(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> opTable, OperatorKey logicalKey, Map<OperatorKey,LocalResult> materializedResults, OperatorKey input, FileSpec outputFileSpec, boolean append, PigContext pigContext)
           
 

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
 

Fields in org.apache.pig.impl.logicalLayer declared as FileSpec
protected  FileSpec LOLoad.inputFileSpec
           
protected  FileSpec LOStore.outputFileSpec
           
 

Methods in org.apache.pig.impl.logicalLayer that return FileSpec
 FileSpec LOLoad.getInputFileSpec()
           
 FileSpec LOStore.getOutputFileSpec()
           
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type FileSpec
 void LOLoad.setInputFileSpec(FileSpec spec)
           
 void LOStore.setOutputFileSpec(FileSpec spec)
           
 

Constructors in org.apache.pig.impl.logicalLayer with parameters of type FileSpec
LOLoad(Map<OperatorKey,LogicalOperator> opTable, String scope, long id, FileSpec inputFileSpec, boolean splittable)
           
LOStore(Map<OperatorKey,LogicalOperator> opTable, String scope, long id, OperatorKey input, FileSpec fileSpec, boolean append)
           
 



Copyright © ${year} The Apache Software Foundation