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

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

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

Methods in org.apache.pig.backend.executionengine that return ExecJob
 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
 

Methods in org.apache.pig.backend.executionengine that return types with arguments of type ExecJob
 Collection<ExecJob> ExecutionEngine.runningJobs(Properties properties)
          Return currently running jobs (can be useful for admin purposes)
 

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

Classes in org.apache.pig.backend.hadoop.executionengine that implement ExecJob
 class HJob
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return ExecJob
 ExecJob HExecutionEngine.execute(ExecPhysicalPlan plan)
           
 ExecJob HExecutionEngine.submit(ExecPhysicalPlan plan)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return types with arguments of type ExecJob
 Collection<ExecJob> HExecutionEngine.runningJobs(Properties properties)
           
 

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

Classes in org.apache.pig.backend.local.executionengine that implement ExecJob
 class LocalJob
           
 

Methods in org.apache.pig.backend.local.executionengine that return types with arguments of type ExecJob
 Collection<ExecJob> LocalExecutionEngine.runningJobs(Properties properties)
           
 



Copyright © ${year} The Apache Software Foundation