Uses of Enum Class
org.apache.hadoop.mapreduce.v2.api.records.TaskState
Packages that use TaskState
Package
Description
-
Uses of TaskState in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce with parameters of type TaskState -
Uses of TaskState in org.apache.hadoop.mapreduce.v2.api.records
Methods in org.apache.hadoop.mapreduce.v2.api.records that return TaskStateModifier and TypeMethodDescriptionTaskReport.getTaskState()static TaskStateReturns the enum constant of this class with the specified name.static TaskState[]TaskState.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 TaskState -
Uses of TaskState in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return TaskStateMethods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type TaskState -
Uses of TaskState in org.apache.hadoop.mapreduce.v2.util
Methods in org.apache.hadoop.mapreduce.v2.util that return TaskStateModifier and TypeMethodDescriptionstatic TaskStateMRProtoUtils.convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskStateProto e) Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type TaskStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskStateProtoMRProtoUtils.convertToProtoFormat(TaskState e) booleanMRApps.TaskStateUI.correspondsTo(TaskState state)