Uses of Class
org.apache.pig.tools.pigstats.JobStats.JobState

Packages that use JobStats.JobState
org.apache.pig.tools.pigstats   
 

Uses of JobStats.JobState in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats that return JobStats.JobState
 JobStats.JobState JobStats.getState()
           
static JobStats.JobState JobStats.JobState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobStats.JobState[] JobStats.JobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 The Apache Software Foundation