| Package | Description | 
|---|---|
| org.apache.hadoop.mapreduce | |
| 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 and Description | 
|---|---|
| static int | TypeConverter. fromYarn(JobState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| JobState | JobReport. getJobState() | 
| static JobState | JobState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static JobState[] | JobState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JobReport. setJobState(JobState jobState) | 
| Modifier and Type | Method and Description | 
|---|---|
| JobState | JobReportPBImpl. getJobState() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JobReportPBImpl. setJobState(JobState jobState) | 
| Modifier and Type | Method and Description | 
|---|---|
| static JobState | MRProtoUtils. convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobStateProto e) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobStateProto | MRProtoUtils. convertToProtoFormat(JobState e) | 
| 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 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,
            org.apache.hadoop.yarn.api.records.Priority priority) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.