Uses of Enum Class
org.apache.hadoop.mapreduce.v2.api.records.JobState
Packages that use JobState
Package
Description
-
Uses of JobState in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce with parameters of type JobState -
Uses of JobState in org.apache.hadoop.mapreduce.v2.api.records
Methods in org.apache.hadoop.mapreduce.v2.api.records that return JobStateModifier and TypeMethodDescriptionJobReport.getJobState()static JobStateReturns the enum constant of this class with the specified name.static JobState[]JobState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.mapreduce.v2.api.records with parameters of type JobState -
Uses of JobState in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return JobStateMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type JobState -
Uses of JobState in org.apache.hadoop.mapreduce.v2.util
Methods in org.apache.hadoop.mapreduce.v2.util that return JobStateModifier and TypeMethodDescriptionstatic JobStateMRProtoUtils.convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobStateProto e) Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type JobStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.mapreduce.v2.proto.MRProtos.JobStateProtoMRProtoUtils.convertToProtoFormat(JobState e) 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) 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)