| Package | Description |
|---|---|
| org.apache.hadoop.mapreduce.v2.api.records | |
| org.apache.hadoop.mapreduce.v2.api.records.impl.pb | |
| org.apache.hadoop.mapreduce.v2.util |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AMInfo> |
JobReport.getAMInfos() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JobReport.setAMInfos(java.util.List<AMInfo> amInfos) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AMInfoPBImpl |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AMInfo> |
JobReportPBImpl.getAMInfos() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JobReportPBImpl.setAMInfos(java.util.List<AMInfo> amInfos) |
| Modifier and Type | Method | Description |
|---|---|---|
static AMInfo |
MRBuilderUtils.newAMInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
long startTime,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
java.lang.String nmHost,
int nmPort,
int nmHttpPort) |
| Modifier and Type | Method | Description |
|---|---|---|
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
java.lang.String jobName,
java.lang.String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
java.lang.String jobFile,
java.util.List<AMInfo> amInfos,
boolean isUber,
java.lang.String diagnostics) |
|
static JobReport |
MRBuilderUtils.newJobReport(JobId jobId,
java.lang.String jobName,
java.lang.String userName,
JobState state,
long submitTime,
long startTime,
long finishTime,
float setupProgress,
float mapProgress,
float reduceProgress,
float cleanupProgress,
java.lang.String jobFile,
java.util.List<AMInfo> amInfos,
boolean isUber,
java.lang.String diagnostics,
org.apache.hadoop.yarn.api.records.Priority priority) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.