Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.POStore

Packages that use POStore
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.util   
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with type parameters of type POStore
protected  List<POStore> PigMapBase.stores
           
protected  List<POStore> PigMapReduce.Reduce.stores
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type POStore
 List<POStore> JobControlCompiler.getStores(org.apache.hadoop.mapred.jobcontrol.Job job)
          Returns all store locations of a previously compiled job
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POStore
 void MRCompiler.visitStore(POStore op)
           
 void PhyPlanSetter.visitStore(POStore st)
           
 

Uses of POStore in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POStore
 void PhyPlanVisitor.visitStore(POStore st)
           
 void PlanPrinter.visitStore(POStore op)
           
 

Uses of POStore in org.apache.pig.backend.hadoop.executionengine.physicalLayer.util
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.util that return types with arguments of type POStore
static List<POStore> PlanHelper.getStores(PhysicalPlan plan)
          Get all the store operators in the plan in the right dependency order
 



Copyright © ${year} The Apache Software Foundation