Uses of Class
org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo
Packages that use JobIndexInfo
-
Uses of JobIndexInfo in org.apache.hadoop.mapreduce.v2.jobhistory
Methods in org.apache.hadoop.mapreduce.v2.jobhistory that return JobIndexInfoModifier and TypeMethodDescriptionstatic JobIndexInfoFileNameIndexUtils.getIndexInfo(String jhFileName) Parses the provided job history file name to construct a JobIndexInfo object which is returned.Methods in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobIndexInfoModifier and TypeMethodDescriptionstatic StringFileNameIndexUtils.getDoneFileName(JobIndexInfo indexInfo) Constructs the job history file name from the JobIndexInfo.static StringFileNameIndexUtils.getDoneFileName(JobIndexInfo indexInfo, int jobNameLimit)