Package | Description |
---|---|
org.apache.hadoop.mapreduce.server.tasktracker.userlogs |
Modifier and Type | Class and Description |
---|---|
class |
DeleteJobEvent
This is an
UserLogEvent sent when job logs should be deleted. |
class |
JobCompletedEvent
This is an
UserLogEvent sent when the job completes |
class |
JobStartedEvent
This is an
UserLogEvent sent when the job starts. |
class |
JvmFinishedEvent
This is an
UserLogEvent sent when the jvm finishes. |
Modifier and Type | Method and Description |
---|---|
void |
UserLogManager.addLogEvent(UserLogEvent event)
Add the
UserLogEvent for processing. |
protected void |
UserLogManager.processEvent(UserLogEvent event) |
Copyright © 2009 The Apache Software Foundation