Uses of Class
org.apache.hadoop.mapreduce.v2.jobhistory.JobIndexInfo

Packages that use JobIndexInfo
org.apache.hadoop.mapreduce.v2.jobhistory   
 

Uses of JobIndexInfo in org.apache.hadoop.mapreduce.v2.jobhistory
 

Methods in org.apache.hadoop.mapreduce.v2.jobhistory that return JobIndexInfo
static JobIndexInfo FileNameIndexUtils.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 JobIndexInfo
static String FileNameIndexUtils.getDoneFileName(JobIndexInfo indexInfo)
          Constructs the job history file name from the JobIndexInfo.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.