org.apache.hadoop.mapreduce.server.tasktracker.userlogs
Class JobStartedEvent
java.lang.Object
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.JobStartedEvent
public class JobStartedEvent
- extends UserLogEvent
This is an UserLogEvent
sent when the job starts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobStartedEvent
public JobStartedEvent(JobID jobid)
- Create the event to inform the job has started.
- Parameters:
jobid
- The JobID
which started
getJobID
public JobID getJobID()
- Get the job id.
- Returns:
- object of
JobID
Copyright © 2009 The Apache Software Foundation