org.apache.hadoop.mapreduce.server.tasktracker.userlogs
Class JvmFinishedEvent
java.lang.Object
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.UserLogEvent
org.apache.hadoop.mapreduce.server.tasktracker.userlogs.JvmFinishedEvent
public class JvmFinishedEvent
- extends UserLogEvent
This is an UserLogEvent
sent when the jvm finishes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvmFinishedEvent
public JvmFinishedEvent(JVMInfo jvmInfo)
- Create the event to inform that the jvm has finished.
- Parameters:
jvmInfo
- The finished JVMInfo
getJvmInfo
public JVMInfo getJvmInfo()
- Get the jvm info.
- Returns:
- object of
JVMInfo
Copyright © 2009 The Apache Software Foundation