|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hama.bsp.JobProfile
public class JobProfile
A JobProfile tracks job's status.
Constructor Summary | |
---|---|
JobProfile()
Construct an empty JobProfile . |
|
JobProfile(String user,
BSPJobID jobid,
String jobFile,
String name)
Construct a JobProfile the userid, jobid, job config-file,
job-details url and job name. |
Method Summary | |
---|---|
String |
getJobFile()
Get the configuration file for the job. |
BSPJobID |
getJobID()
Get the job id. |
String |
getJobName()
Get the user-specified job name. |
String |
getUser()
Get the user id. |
void |
readFields(DataInput in)
|
void |
write(DataOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobProfile()
JobProfile
.
public JobProfile(String user, BSPJobID jobid, String jobFile, String name)
JobProfile
the userid, jobid, job config-file,
job-details url and job name.
user
- userid of the person who submitted the job.jobid
- id of the job.jobFile
- job configuration file.name
- user-specified job name.Method Detail |
---|
public String getUser()
public BSPJobID getJobID()
public String getJobFile()
public String getJobName()
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |