Uses of Class
org.apache.hadoop.mapreduce.v2.api.records.JobId

Packages that use JobId
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.v2.api.protocolrecords   
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb   
org.apache.hadoop.mapreduce.v2.api.records   
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
org.apache.hadoop.mapreduce.v2.jobhistory   
org.apache.hadoop.mapreduce.v2.util   
 

Uses of JobId in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return JobId
static JobId TypeConverter.toYarn(org.apache.hadoop.mapreduce.JobID id)
           
 

Methods in org.apache.hadoop.mapreduce with parameters of type JobId
static org.apache.hadoop.mapred.JobID TypeConverter.fromYarn(JobId id)
           
 

Uses of JobId in org.apache.hadoop.mapreduce.v2.api.protocolrecords
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords that return JobId
 JobId KillJobRequest.getJobId()
           
 JobId GetTaskReportsRequest.getJobId()
           
 JobId GetTaskAttemptCompletionEventsRequest.getJobId()
           
 JobId GetJobReportRequest.getJobId()
           
 JobId GetCountersRequest.getJobId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords with parameters of type JobId
 void KillJobRequest.setJobId(JobId jobId)
           
 void GetTaskReportsRequest.setJobId(JobId jobId)
           
 void GetTaskAttemptCompletionEventsRequest.setJobId(JobId jobId)
           
 void GetJobReportRequest.setJobId(JobId jobId)
           
 void GetCountersRequest.setJobId(JobId jobId)
           
 

Uses of JobId in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return JobId
 JobId KillJobRequestPBImpl.getJobId()
           
 JobId GetTaskReportsRequestPBImpl.getJobId()
           
 JobId GetTaskAttemptCompletionEventsRequestPBImpl.getJobId()
           
 JobId GetJobReportRequestPBImpl.getJobId()
           
 JobId GetCountersRequestPBImpl.getJobId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type JobId
 void KillJobRequestPBImpl.setJobId(JobId jobId)
           
 void GetTaskReportsRequestPBImpl.setJobId(JobId jobId)
           
 void GetTaskAttemptCompletionEventsRequestPBImpl.setJobId(JobId jobId)
           
 void GetJobReportRequestPBImpl.setJobId(JobId jobId)
           
 void GetCountersRequestPBImpl.setJobId(JobId jobId)
           
 

Uses of JobId in org.apache.hadoop.mapreduce.v2.api.records
 

Methods in org.apache.hadoop.mapreduce.v2.api.records that return JobId
abstract  JobId TaskId.getJobId()
           
 JobId JobReport.getJobId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type JobId
 int JobId.compareTo(JobId other)
           
abstract  void TaskId.setJobId(JobId jobId)
           
 void JobReport.setJobId(JobId jobId)
           
 

Uses of JobId in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Subclasses of JobId in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 class JobIdPBImpl
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return JobId
 JobId TaskIdPBImpl.getJobId()
           
 JobId JobReportPBImpl.getJobId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type JobId
 void TaskIdPBImpl.setJobId(JobId jobId)
           
 void JobReportPBImpl.setJobId(JobId jobId)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.jobhistory that return JobId
 JobId JobIndexInfo.getJobId()
           
 

Methods in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobId
static String JobHistoryUtils.getIntermediateConfFileName(JobId jobId)
          Get the done configuration file name for a job.
static String JobHistoryUtils.getIntermediateSummaryFileName(JobId jobId)
          Get the done summary file name for a job.
static org.apache.hadoop.fs.Path JobHistoryUtils.getStagingConfFile(org.apache.hadoop.fs.Path logDir, JobId jobId, int attempt)
          Gets the conf file path for jobs in progress.
static org.apache.hadoop.fs.Path JobHistoryUtils.getStagingJobHistoryFile(org.apache.hadoop.fs.Path dir, JobId jobId, int attempt)
          Get the job history file path for non Done history files.
static String JobHistoryUtils.historyLogSubdirectory(JobId id, String timestampComponent, String serialNumberFormat)
          Gets the history subdirectory based on the jobId, timestamp and serial number format.
static int JobHistoryUtils.jobSerialNumber(JobId id)
          Computes a serial number used as part of directory naming for the given jobId.
static String JobHistoryUtils.serialNumberDirectoryComponent(JobId id, String serialNumberFormat)
          Gets the serial number part of the path based on the jobId and serialNumber format.
 void JobIndexInfo.setJobId(JobId jobId)
           
 

Constructors in org.apache.hadoop.mapreduce.v2.jobhistory with parameters of type JobId
JobIndexInfo(long submitTime, long finishTime, String user, String jobName, JobId jobId, int numMaps, int numReduces, String jobStatus)
           
JobIndexInfo(long submitTime, long finishTime, String user, String jobName, JobId jobId, int numMaps, int numReduces, String jobStatus, String queueName)
           
 

Uses of JobId in org.apache.hadoop.mapreduce.v2.util
 

Methods in org.apache.hadoop.mapreduce.v2.util that return JobId
static JobId MRBuilderUtils.newJobId(org.apache.hadoop.yarn.api.records.ApplicationId appId, int id)
           
static JobId MRBuilderUtils.newJobId(long clusterTs, int appIdInt, int id)
           
static JobId MRApps.toJobID(String jid)
           
 

Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type JobId
static org.apache.hadoop.fs.Path MRApps.getEndJobCommitFailureFile(org.apache.hadoop.conf.Configuration conf, String user, JobId jobId)
           
static org.apache.hadoop.fs.Path MRApps.getEndJobCommitSuccessFile(org.apache.hadoop.conf.Configuration conf, String user, JobId jobId)
           
static org.apache.hadoop.fs.Path MRApps.getStartJobCommitFile(org.apache.hadoop.conf.Configuration conf, String user, JobId jobId)
           
static JobReport MRBuilderUtils.newJobReport(JobId jobId, String jobName, String userName, JobState state, long submitTime, long startTime, long finishTime, float setupProgress, float mapProgress, float reduceProgress, float cleanupProgress, String jobFile, List<AMInfo> amInfos, boolean isUber, String diagnostics)
           
static TaskId MRBuilderUtils.newTaskId(JobId jobId, int id, TaskType taskType)
           
static String MRApps.toString(JobId jid)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.