org.apache.hadoop.mapreduce.server.tasktracker
Class JVMInfo

java.lang.Object
  extended by org.apache.hadoop.mapreduce.server.tasktracker.JVMInfo

public class JVMInfo
extends java.lang.Object


Constructor Summary
JVMInfo(java.io.File logLocation, java.util.List<Task> allAttempts)
           
 
Method Summary
 java.util.List<Task> getAllAttempts()
           
 java.io.File getLogLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMInfo

public JVMInfo(java.io.File logLocation,
               java.util.List<Task> allAttempts)
Method Detail

getLogLocation

public java.io.File getLogLocation()

getAllAttempts

public java.util.List<Task> getAllAttempts()


Copyright © 2009 The Apache Software Foundation