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

Uses of Class
org.apache.crunch.hadoop.mapreduce.lib.jobcontrol.CrunchJobControl.ThreadState

Packages that use CrunchJobControl.ThreadState
org.apache.crunch.hadoop.mapreduce.lib.jobcontrol   
 

Uses of CrunchJobControl.ThreadState in org.apache.crunch.hadoop.mapreduce.lib.jobcontrol
 

Methods in org.apache.crunch.hadoop.mapreduce.lib.jobcontrol that return CrunchJobControl.ThreadState
 CrunchJobControl.ThreadState CrunchJobControl.getThreadState()
           
static CrunchJobControl.ThreadState CrunchJobControl.ThreadState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CrunchJobControl.ThreadState[] CrunchJobControl.ThreadState.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.