Uses of Class
org.apache.hadoop.mapreduce.v2.hs.HistoryFileManager.HistoryFileInfo
Packages that use HistoryFileManager.HistoryFileInfo
-
Uses of HistoryFileManager.HistoryFileInfo in org.apache.hadoop.mapreduce.v2.hs
Methods in org.apache.hadoop.mapreduce.v2.hs that return HistoryFileManager.HistoryFileInfoModifier and TypeMethodDescriptionprotected HistoryFileManager.HistoryFileInfoHistoryFileManager.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.getFileInfo(org.apache.hadoop.mapreduce.v2.api.records.JobId jobId) Methods in org.apache.hadoop.mapreduce.v2.hs that return types with arguments of type HistoryFileManager.HistoryFileInfoConstructors in org.apache.hadoop.mapreduce.v2.hs with parameters of type HistoryFileManager.HistoryFileInfoModifierConstructorDescriptionCompletedJob(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)