org.apache.hadoop.mapred
Class DefaultJobHistoryParser.MasterIndex

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<String,Map<String,JobHistory.JobInfo>>
          extended by org.apache.hadoop.mapred.DefaultJobHistoryParser.MasterIndex
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Map<String,JobHistory.JobInfo>>, SortedMap<String,Map<String,JobHistory.JobInfo>>
Enclosing class:
DefaultJobHistoryParser

public static class DefaultJobHistoryParser.MasterIndex
extends TreeMap<String,Map<String,JobHistory.JobInfo>>

Contents of a job history file. Maps:

jobTrackerId -> <jobId, JobHistory.JobInfo>*

See Also:
Serialized Form

Constructor Summary
DefaultJobHistoryParser.MasterIndex()
           
 
Method Summary
 
Methods inherited from class java.util.TreeMap
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

DefaultJobHistoryParser.MasterIndex

public DefaultJobHistoryParser.MasterIndex()


Copyright © 2006 The Apache Software Foundation