Uses of Class
org.apache.pig.backend.executionengine.ExecJob.JOB_STATUS

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

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

Methods in org.apache.pig.backend.executionengine that return ExecJob.JOB_STATUS
 ExecJob.JOB_STATUS ExecJob.getStatus()
           
static ExecJob.JOB_STATUS ExecJob.JOB_STATUS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecJob.JOB_STATUS[] ExecJob.JOB_STATUS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Fields in org.apache.pig.backend.hadoop.executionengine declared as ExecJob.JOB_STATUS
protected  ExecJob.JOB_STATUS HJob.status
           
 

Methods in org.apache.pig.backend.hadoop.executionengine that return ExecJob.JOB_STATUS
 ExecJob.JOB_STATUS HJob.getStatus()
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type ExecJob.JOB_STATUS
HJob(ExecJob.JOB_STATUS status, PigContext pigContext, POStore store, String alias)
           
HJob(ExecJob.JOB_STATUS status, PigContext pigContext, POStore store, String alias, PigStats stats)
           
 



Copyright © 2007-2012 The Apache Software Foundation