Uses of Class
p2pMapReduce.mapreduceModule.JobStatus.State

Packages that use JobStatus.State
p2pMapReduce.entity   
p2pMapReduce.mapreduceModule Collection of class to implement a map reduce framework. 
p2pMapReduce.nodeModule.nodeFsm   
 

Uses of JobStatus.State in p2pMapReduce.entity
 

Methods in p2pMapReduce.entity that return JobStatus.State
 JobStatus.State BackupJob.getJobState()
           
 JobStatus.State PrimaryJob.getJobState()
           
 

Methods in p2pMapReduce.entity with parameters of type JobStatus.State
 void BackupJob.setJobState(JobStatus.State jobState)
           
 void PrimaryJob.setJobState(JobStatus.State jobState)
           
 

Uses of JobStatus.State in p2pMapReduce.mapreduceModule
 

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

Methods in p2pMapReduce.mapreduceModule with parameters of type JobStatus.State
 void OutputCommitter.abortJob(JobContext jobContext, JobStatus.State state)
          For aborting an unsuccessful job's output.
 void Job.setJobState(JobStatus.State state)
           
protected  void JobStatus.setState(JobStatus.State state)
          Change the current run state of the job.
 

Constructors in p2pMapReduce.mapreduceModule with parameters of type JobStatus.State
JobStatus(JobID jobid, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, JobStatus.State runState, java.lang.String user, java.lang.String jobName, java.lang.String jobFile, java.lang.String trackingUrl)
          Create a job status object for a given jobid.
 

Uses of JobStatus.State in p2pMapReduce.nodeModule.nodeFsm
 

Methods in p2pMapReduce.nodeModule.nodeFsm with parameters of type JobStatus.State
 void Active.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
           
 void Idle.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
           
 void ManagementFSM.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
           
 void Master.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
           
 void NodeFSM.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
           
 void NodeState.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
           
 void UserState.jobCompleted(java.lang.String jobID, JobStatus.State jobState)
          Deprecated.