|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AMInfo | |
|---|---|
| org.apache.hadoop.mapreduce.v2.api.records | |
| org.apache.hadoop.mapreduce.v2.api.records.impl.pb | |
| org.apache.hadoop.mapreduce.v2.util | |
| Uses of AMInfo in org.apache.hadoop.mapreduce.v2.api.records |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.api.records that return types with arguments of type AMInfo | |
|---|---|
List<AMInfo> |
JobReport.getAMInfos()
|
| Method parameters in org.apache.hadoop.mapreduce.v2.api.records with type arguments of type AMInfo | |
|---|---|
void |
JobReport.setAMInfos(List<AMInfo> amInfos)
|
| Uses of AMInfo in org.apache.hadoop.mapreduce.v2.api.records.impl.pb |
|---|
| Classes in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that implement AMInfo | |
|---|---|
class |
AMInfoPBImpl
|
| Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return types with arguments of type AMInfo | |
|---|---|
List<AMInfo> |
JobReportPBImpl.getAMInfos()
|
| Method parameters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with type arguments of type AMInfo | |
|---|---|
void |
JobReportPBImpl.setAMInfos(List<AMInfo> amInfos)
|
| Uses of AMInfo in org.apache.hadoop.mapreduce.v2.util |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.util that return AMInfo | |
|---|---|
static AMInfo |
MRBuilderUtils.newAMInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
long startTime,
org.apache.hadoop.yarn.api.records.ContainerId containerId,
String nmHost,
int nmPort,
int nmHttpPort)
|
| Method parameters in org.apache.hadoop.mapreduce.v2.util with type arguments of type AMInfo | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||