This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob.State (Apache Crunch 0.3.0-incubating API)

Uses of Class
org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchControlledJob.State

Packages that use CrunchControlledJob.State
org.apache.crunch.hadoop.mapreduce.lib.jobcontrol   
 

Uses of CrunchControlledJob.State in org.apache.crunch.hadoop.mapreduce.lib.jobcontrol
 

Methods in org.apache.crunch.hadoop.mapreduce.lib.jobcontrol that return CrunchControlledJob.State
 CrunchControlledJob.State CrunchControlledJob.getJobState()
           
static CrunchControlledJob.State CrunchControlledJob.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CrunchControlledJob.State[] CrunchControlledJob.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.