Modifier and Type | Method and Description |
---|---|
static JobStatus |
TypeConverter.fromYarn(JobReport jobreport,
String trackingUrl) |
Modifier and Type | Method and Description |
---|---|
JobReport |
GetJobReportResponse.getJobReport() |
Modifier and Type | Method and Description |
---|---|
void |
GetJobReportResponse.setJobReport(JobReport jobReport) |
Modifier and Type | Method and Description |
---|---|
JobReport |
GetJobReportResponsePBImpl.getJobReport() |
Modifier and Type | Method and Description |
---|---|
void |
GetJobReportResponsePBImpl.setJobReport(JobReport jobReport) |
Modifier and Type | Class and Description |
---|---|
class |
JobReportPBImpl |
Modifier and Type | Method and Description |
---|---|
void |
JobEndNotifier.notify(JobReport jobReport)
Notify a server of the completion of a submitted job.
|
Modifier and Type | Method and Description |
---|---|
JobReport |
Job.getReport() |
Modifier and Type | Method and Description |
---|---|
JobReport |
JobImpl.getReport() |
Modifier and Type | Method and Description |
---|---|
JobReport |
CompletedJob.getReport() |
JobReport |
PartialJob.getReport() |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2013 Apache Software Foundation. All rights reserved.