|
||||||||||
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.DeleteJobEvent
public class DeleteJobEvent
This is an UserLogEvent
sent when job logs should be deleted.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent |
---|
UserLogEvent.EventType |
Constructor Summary | |
---|---|
DeleteJobEvent(JobID jobid)
Create the event to delete job log directory. |
Method Summary | |
---|---|
JobID |
getJobID()
Get the jobid. |
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 DeleteJobEvent(JobID jobid)
jobid
- The JobID
whose logs should be deleted.Method Detail |
---|
public JobID getJobID()
JobID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |