org.apache.hadoop.mapreduce.server.tasktracker.userlogs
Class DeleteJobEvent
java.lang.Object
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.DeleteJobEvent
public class DeleteJobEvent
- extends UserLogEvent
This is an UserLogEvent
sent when job logs should be deleted.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteJobEvent
public DeleteJobEvent(JobID jobid)
- Create the event to delete job log directory.
- Parameters:
jobid
- The JobID
whose logs should be deleted.
getJobID
public JobID getJobID()
- Get the jobid.
- Returns:
- object of
JobID
Copyright © 2009 The Apache Software Foundation