Uses of Class
org.apache.hama.bsp.BSPJobID

Packages that use BSPJobID
org.apache.hama.bsp BSP computing framework. 
org.apache.hama.ipc Tools to help define network clients and servers. 
 

Uses of BSPJobID in org.apache.hama.bsp
 

Fields in org.apache.hama.bsp declared as BSPJobID
protected  BSPJobID Task.jobId
           
 

Methods in org.apache.hama.bsp that return BSPJobID
static BSPJobID BSPJobID.forName(java.lang.String str)
           
 BSPJobID RunningJob.getID()
          Get the job identifier.
 BSPJobID TaskID.getJobID()
          Returns the BSPJobID object that this tip belongs to
 BSPJobID JobProfile.getJobID()
          Get the job id.
 BSPJobID BSPJobContext.getJobID()
           
 BSPJobID JobStatus.getJobID()
           
 BSPJobID Task.getJobID()
          Get the job name for this task.
 BSPJobID TaskAttemptID.getJobID()
           
 BSPJobID BSPMaster.getNewJobId()
          This method returns new job id.
 BSPJobID LocalBSPRunner.getNewJobId()
           
 

Methods in org.apache.hama.bsp with parameters of type BSPJobID
 JobProfile BSPMaster.getJobProfile(BSPJobID jobid)
           
 JobProfile LocalBSPRunner.getJobProfile(BSPJobID jobid)
           
 JobStatus BSPMaster.getJobStatus(BSPJobID jobid)
           
 JobStatus LocalBSPRunner.getJobStatus(BSPJobID jobid)
           
 void BSPMaster.killJob(BSPJobID jobid)
           
 void LocalBSPRunner.killJob(BSPJobID jobid)
           
 JobStatus BSPMaster.submitJob(BSPJobID jobID, java.lang.String jobFile)
           
 JobStatus LocalBSPRunner.submitJob(BSPJobID jobID, java.lang.String jobFile)
           
 

Constructors in org.apache.hama.bsp with parameters of type BSPJobID
BSPJob(BSPJobID jobID, java.lang.String jobFile)
           
BSPJobContext(org.apache.hadoop.conf.Configuration conf, BSPJobID jobId)
           
BSPJobContext(org.apache.hadoop.fs.Path config, BSPJobID jobId)
           
BSPTask(BSPJobID jobId, java.lang.String jobFile, TaskAttemptID taskid, int partition)
           
JobProfile(java.lang.String user, BSPJobID jobid, java.lang.String jobFile, java.lang.String name)
          Construct a JobProfile the userid, jobid, job config-file, job-details url and job name.
JobStatus(BSPJobID jobid, java.lang.String user, long progress, int runState)
           
JobStatus(BSPJobID jobid, java.lang.String user, long progress, long cleanupProgress, int runState)
           
JobStatus(BSPJobID jobid, java.lang.String user, long setupProgress, long progress, long cleanupProgress, int runState)
           
JobStatus(BSPJobID jobid, java.lang.String user, long setupProgress, long progress, long cleanupProgress, int runState, long superstepCount)
           
Task(BSPJobID jobId, java.lang.String jobFile, TaskAttemptID taskId, int partition)
           
TaskID(BSPJobID jobId, int id)
           
 

Uses of BSPJobID in org.apache.hama.ipc
 

Methods in org.apache.hama.ipc that return BSPJobID
 BSPJobID JobSubmissionProtocol.getNewJobId()
          Allocate a new id for the job.
 

Methods in org.apache.hama.ipc with parameters of type BSPJobID
 JobProfile JobSubmissionProtocol.getJobProfile(BSPJobID jobid)
          Grab a handle to a job that is already known to the BSPMaster.
 JobStatus JobSubmissionProtocol.getJobStatus(BSPJobID jobid)
          Grab a handle to a job that is already known to the BSPMaster.
 void JobSubmissionProtocol.killJob(BSPJobID jobid)
          Kill the indicated job
 JobStatus JobSubmissionProtocol.submitJob(BSPJobID jobID, java.lang.String jobFile)
          Submit a Job for execution.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.