Uses of Interface
org.apache.hadoop.mapreduce.v2.api.records.AMInfo
Packages that use AMInfo
Package
Description
-
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 AMInfoMethod parameters in org.apache.hadoop.mapreduce.v2.api.records with type arguments of type AMInfo -
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 AMInfoMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return types with arguments of type AMInfoMethod parameters in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with type arguments of type AMInfo -
Uses of AMInfo in org.apache.hadoop.mapreduce.v2.util
Methods in org.apache.hadoop.mapreduce.v2.util that return AMInfoModifier and TypeMethodDescriptionstatic AMInfoMRBuilderUtils.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 AMInfoModifier and TypeMethodDescriptionstatic JobReportMRBuilderUtils.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 JobReportMRBuilderUtils.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, org.apache.hadoop.yarn.api.records.Priority priority)