org.apache.hadoop.mapred
Class DefaultJobHistoryParser.MasterIndex
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<String,Map<String,JobHistory.JobInfo>>
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 -> *
- See Also:
- Serialized Form
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 |
DefaultJobHistoryParser.MasterIndex
public DefaultJobHistoryParser.MasterIndex()
Copyright © 2006 The Apache Software Foundation