This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.impl.mr.MRJob.State (Apache Crunch 0.10.0 API)

Uses of Class
org.apache.crunch.impl.mr.MRJob.State

Packages that use MRJob.State
org.apache.crunch.impl.mr A Pipeline implementation that runs on Hadoop MapReduce. 
 

Uses of MRJob.State in org.apache.crunch.impl.mr
 

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



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