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

Packages that use ExecJob
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.backend.local.executionengine   
 

Uses of ExecJob in org.apache.pig
 

Methods in org.apache.pig that return ExecJob
 ExecJob PigServer.store(String id, String filename)
          Store an alias into a file
 ExecJob PigServer.store(String id, String filename, String func)
          forces execution of query (and all queries from which it reads), in order to store result in file
 

Methods in org.apache.pig that return types with arguments of type ExecJob
 List<ExecJob> PigServer.executeBatch()
          Submits a batch of Pig commands for execution.
 

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

Methods in org.apache.pig.backend.executionengine that return types with arguments of type ExecJob
 List<ExecJob> ExecutionEngine.execute(PhysicalPlan plan, String jobName)
          Execute the physical plan in blocking mode.
 Collection<ExecJob> ExecutionEngine.runningJobs(Properties properties)
          Return currently running jobs (can be useful for admin purposes)
 List<ExecJob> ExecutionEngine.submit(PhysicalPlan plan, String jobName)
          Execute the physical plan in non-blocking mode
 

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 types with arguments of type ExecJob
 List<ExecJob> HExecutionEngine.execute(PhysicalPlan plan, String jobName)
           
 Collection<ExecJob> HExecutionEngine.runningJobs(Properties properties)
           
 List<ExecJob> HExecutionEngine.submit(PhysicalPlan plan, String jobName)
           
 

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
 List<ExecJob> LocalExecutionEngine.execute(PhysicalPlan plan, String jobName)
           
 Collection<ExecJob> LocalExecutionEngine.runningJobs(Properties properties)
           
 List<ExecJob> LocalExecutionEngine.submit(PhysicalPlan plan, String jobName)
           
 



Copyright © ${year} The Apache Software Foundation