|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTempletonJobTracker
public class TempletonJobTracker
Constructor Summary | |
---|---|
TempletonJobTracker(InetSocketAddress addr,
Configuration conf)
Create a connection to the Job Tracker. |
Method Summary | |
---|---|
void |
close()
Close the connection to the Job Tracker. |
JobStatus[] |
getAllJobs()
Get all the jobs submitted. |
JobProfile |
getJobProfile(JobID jobid)
Grab a handle to a job that is already known to the JobTracker. |
JobStatus |
getJobStatus(JobID jobid)
Grab a handle to a job that is already known to the JobTracker. |
void |
killJob(JobID jobid)
Kill a job. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TempletonJobTracker(InetSocketAddress addr, Configuration conf) throws IOException, InterruptedException
IOException
InterruptedException
Method Detail |
---|
public JobProfile getJobProfile(JobID jobid) throws IOException
IOException
public JobStatus getJobStatus(JobID jobid) throws IOException
IOException
public void killJob(JobID jobid) throws IOException
IOException
public JobStatus[] getAllJobs() throws IOException
IOException
public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |