Uses of Class
p2pMapReduce.mapreduceModule.Job.JobState

Packages that use Job.JobState
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
 

Uses of Job.JobState in p2pMapReduce.mapreduceModule
 

Methods in p2pMapReduce.mapreduceModule that return Job.JobState
static Job.JobState Job.JobState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Job.JobState[] Job.JobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.