|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
BSPJobID |
BSPJobID.forName(String str)
|
BSPJobID |
RunningJob.getID()
Get the job identifier. |
BSPJobID |
TaskAttemptID.getJobID()
|
BSPJobID |
Task.getJobID()
Get the job name for this task. |
BSPJobID |
JobProfile.getJobID()
Get the job id. |
BSPJobID |
JobStatus.getJobID()
|
BSPJobID |
BSPJobContext.getJobID()
|
BSPJobID |
TaskID.getJobID()
Returns the BSPJobID object that this tip belongs to |
BSPJobID |
BSPMaster.getNewJobId()
This method returns new job id. |
Methods in org.apache.hama.bsp with parameters of type BSPJobID | |
---|---|
JobProfile |
BSPMaster.getJobProfile(BSPJobID jobid)
|
JobStatus |
BSPMaster.getJobStatus(BSPJobID jobid)
|
void |
BSPMaster.killJob(BSPJobID jobid)
|
JobStatus |
BSPMaster.submitJob(BSPJobID jobID,
String jobFile)
|
Constructors in org.apache.hama.bsp with parameters of type BSPJobID | |
---|---|
BSPJob(BSPJobID jobID,
String jobFile)
|
|
BSPJobContext(org.apache.hadoop.conf.Configuration conf,
BSPJobID jobId)
|
|
BSPJobContext(org.apache.hadoop.fs.Path config,
BSPJobID jobId)
|
|
BSPTask(BSPJobID jobId,
String jobFile,
TaskAttemptID taskid,
int partition)
|
|
JobProfile(String user,
BSPJobID jobid,
String jobFile,
String name)
Construct a JobProfile the userid, jobid, job config-file,
job-details url and job name. |
|
JobStatus(BSPJobID jobid,
String user,
long progress,
int runState)
|
|
JobStatus(BSPJobID jobid,
String user,
long progress,
long cleanupProgress,
int runState)
|
|
JobStatus(BSPJobID jobid,
String user,
long setupProgress,
long progress,
long cleanupProgress,
int runState)
|
|
JobStatus(BSPJobID jobid,
String user,
long setupProgress,
long progress,
long cleanupProgress,
int runState,
long superstepCount)
|
|
Task(BSPJobID jobId,
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,
String jobFile)
Submit a Job for execution. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |