Uses of Class
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent

Packages that use UserLogEvent
org.apache.hadoop.mapreduce.server.tasktracker.userlogs   
 

Uses of UserLogEvent in org.apache.hadoop.mapreduce.server.tasktracker.userlogs
 

Subclasses of UserLogEvent in org.apache.hadoop.mapreduce.server.tasktracker.userlogs
 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.
 

Methods in org.apache.hadoop.mapreduce.server.tasktracker.userlogs with parameters of type UserLogEvent
 void UserLogManager.addLogEvent(UserLogEvent event)
          Add the UserLogEvent for processing.
protected  void UserLogManager.processEvent(UserLogEvent event)
           
 



Copyright © 2009 The Apache Software Foundation