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, LogicalPlan readFrom, String filename, String func)
           
 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
 

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

Methods in org.apache.pig.backend.executionengine that return ExecJob
 ExecJob ExecutionEngine.execute(PhysicalPlan plan, String jobName)
          Execute the physical plan in blocking mode.
 ExecJob ExecutionEngine.submit(PhysicalPlan plan, String jobName)
          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(PhysicalPlan plan, String jobName)
           
 ExecJob HExecutionEngine.submit(PhysicalPlan plan, String jobName)
           
 

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 ExecJob
 ExecJob LocalExecutionEngine.execute(PhysicalPlan plan, String jobName)
           
 

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