| Package | Description | 
|---|---|
| org.apache.hadoop.mapreduce.v2.hs | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HistoryFileManager.HistoryFileInfo | HistoryFileManager. createHistoryFileInfo(org.apache.hadoop.fs.Path historyFile,
                     org.apache.hadoop.fs.Path confFile,
                     org.apache.hadoop.fs.Path summaryFile,
                     org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo jobIndexInfo,
                     boolean isInDone) | 
| HistoryFileManager.HistoryFileInfo | HistoryFileManager. getFileInfo(org.apache.hadoop.mapreduce.v2.api.records.JobId jobId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<HistoryFileManager.HistoryFileInfo> | HistoryFileManager. getAllFileInfo() | 
| Constructor and Description | 
|---|
| CompletedJob(org.apache.hadoop.conf.Configuration conf,
            org.apache.hadoop.mapreduce.v2.api.records.JobId jobId,
            org.apache.hadoop.fs.Path historyFile,
            boolean loadTasks,
            String userName,
            HistoryFileManager.HistoryFileInfo info,
            org.apache.hadoop.mapred.JobACLsManager aclsMgr) | 
| UnparsedJob(int maxTasksAllowed,
           org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo jobIndexInfo,
           HistoryFileManager.HistoryFileInfo jhfInfo) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.