Uses of Class
p2pMapReduce.mapreduceModule.Job

Packages that use Job
p2pMapReduce.entity   
p2pMapReduce.gui   
p2pMapReduce.mapreduceModule.input   
p2pMapReduce.mapreduceModule.output   
p2pMapReduce.nodeModule   
p2pMapReduce.nodeModule.nodeFsm   
p2pMapReduce.test.mapreduceModule.local   
p2pMapReduce.test.nodeModule   
 

Uses of Job in p2pMapReduce.entity
 

Methods in p2pMapReduce.entity that return Job
 Job BackupJob.getJob()
           
 Job PrimaryJob.getJob()
           
 

Methods in p2pMapReduce.entity with parameters of type Job
 void BackupJob.setJob(Job job)
           
 void PrimaryJob.setJob(Job job)
           
 

Constructors in p2pMapReduce.entity with parameters of type Job
PrimaryJob(Job job, NodeInfo userNodeInfo)
           
 

Uses of Job in p2pMapReduce.gui
 

Constructors in p2pMapReduce.gui with parameters of type Job
JobSubmissionFrame(NetworkModuleIF nodeModule, Job job)
          Creates new form SubmissionFrame
UserJobFrame(Job job, UserNode usernode)
          Creates new form UserJobFrame
 

Uses of Job in p2pMapReduce.mapreduceModule.input
 

Methods in p2pMapReduce.mapreduceModule.input with parameters of type Job
static void TextFileInputFormat.addInputPath_old(Job job, java.lang.String path)
          Deprecated.  
static void TextFileInputFormat.addInputPath(Job job, java.lang.String path)
           
static void TextFileInputFormat.addLocalInputPath(Job job, java.lang.String path)
          Add a path to an input of the job.
static java.lang.String TextFileInputFormat.getLocalInputPath(Job job)
           
 

Uses of Job in p2pMapReduce.mapreduceModule.output
 

Methods in p2pMapReduce.mapreduceModule.output with parameters of type Job
static void TextFileOutputFormat.addOutputPath(Job job, java.lang.String string)
           
 

Uses of Job in p2pMapReduce.nodeModule
 

Methods in p2pMapReduce.nodeModule that return Job
 Job UserNode.UserJob.getJob()
           
 

Methods in p2pMapReduce.nodeModule with parameters of type Job
 void UserNode.UserJob.setJob(Job job)
           
 void UserNode.submit(Job job)
          A way to submit a job through this user node
 void UserNode.submit(Job job, java.lang.Runnable jobCompletionAction)
          Submit the job through this user node.
 

Constructors in p2pMapReduce.nodeModule with parameters of type Job
UserNode.UserJob(Job job, java.lang.Runnable jobCompletionAction)
           
 

Uses of Job in p2pMapReduce.nodeModule.nodeFsm
 

Methods in p2pMapReduce.nodeModule.nodeFsm with parameters of type Job
 void ManagementFSM.jobAssigned(Job job, NodeInfo userNodeInfo)
           
 void Master.jobAssigned(Job job, NodeInfo userNodeInfo)
           
 void NodeFSM.jobAssigned(Job job, NodeInfo userNodeInfo)
           
 void NodeState.jobAssigned(Job job, NodeInfo userNodeInfo)
           
 

Uses of Job in p2pMapReduce.test.mapreduceModule.local
 

Methods in p2pMapReduce.test.mapreduceModule.local with parameters of type Job
static void LocalExecutor.submit(Job job)
           
 

Uses of Job in p2pMapReduce.test.nodeModule
 

Methods in p2pMapReduce.test.nodeModule that return Job
static Job JobFactory.chainSorter()
           
static Job JobFactory.invertedIndex()
           
static Job JobFactory.sorter()
           
static Job JobFactory.wordCount()