Uses of Interface
org.apache.pig.backend.executionengine.ExecPhysicalPlan

Packages that use ExecPhysicalPlan
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.local.executionengine   
 

Uses of ExecPhysicalPlan in org.apache.pig.backend.executionengine
 

Methods in org.apache.pig.backend.executionengine that return ExecPhysicalPlan
 ExecPhysicalPlan ExecutionEngine.compile(ExecLogicalPlan[] plans, Properties properties)
           
 ExecPhysicalPlan ExecutionEngine.compile(ExecLogicalPlan plan, Properties properties)
          Compiles a logical plan into a physical plan, given a set of configuration properties that apply at the plan-level.
 

Methods in org.apache.pig.backend.executionengine with parameters of type ExecPhysicalPlan
 ExecJob ExecutionEngine.execute(ExecPhysicalPlan plan)
          Execute the physical plan in blocking mode.
 ExecJob ExecutionEngine.submit(ExecPhysicalPlan plan)
          Execute the physical plan in non-blocking mode
 

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

Classes in org.apache.pig.backend.hadoop.executionengine that implement ExecPhysicalPlan
 class MapRedPhysicalPlan
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return ExecPhysicalPlan
 ExecPhysicalPlan HExecutionEngine.compile(ExecLogicalPlan[] plans, Properties properties)
           
 ExecPhysicalPlan HExecutionEngine.compile(ExecLogicalPlan plan, Properties properties)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type ExecPhysicalPlan
 ExecJob HExecutionEngine.execute(ExecPhysicalPlan plan)
           
 ExecJob HExecutionEngine.submit(ExecPhysicalPlan plan)
           
 

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

Classes in org.apache.pig.backend.local.executionengine that implement ExecPhysicalPlan
 class LocalPhysicalPlan
           
 

Methods in org.apache.pig.backend.local.executionengine with parameters of type ExecPhysicalPlan
 LocalJob LocalExecutionEngine.execute(ExecPhysicalPlan plan)
           
 LocalJob LocalExecutionEngine.submit(ExecPhysicalPlan plan)
           
 



Copyright © ${year} The Apache Software Foundation