|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.JobStartedEvent
public class JobStartedEvent
This is an UserLogEvent
sent when the job starts.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent |
---|
UserLogEvent.EventType |
Constructor Summary | |
---|---|
JobStartedEvent(JobID jobid)
Create the event to inform the job has started. |
Method Summary | |
---|---|
JobID |
getJobID()
Get the job id. |
Methods inherited from class org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent |
---|
getEventType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JobStartedEvent(JobID jobid)
jobid
- The JobID
which startedMethod Detail |
---|
public JobID getJobID()
JobID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |