Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.TaskAttemptStateInternal
Packages that use TaskAttemptStateInternal
Package
Description
-
Uses of TaskAttemptStateInternal in org.apache.hadoop.mapreduce.v2.app.job
Methods in org.apache.hadoop.mapreduce.v2.app.job that return TaskAttemptStateInternalModifier and TypeMethodDescriptionstatic TaskAttemptStateInternalReturns the enum constant of this class with the specified name.static TaskAttemptStateInternal[]TaskAttemptStateInternal.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TaskAttemptStateInternal in org.apache.hadoop.mapreduce.v2.app.job.impl
Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return TaskAttemptStateInternalModifier and TypeMethodDescriptionTaskAttemptImpl.getInternalState()TaskAttemptImpl.recover(org.apache.hadoop.mapreduce.jobhistory.JobHistoryParser.TaskAttemptInfo taInfo, org.apache.hadoop.mapreduce.OutputCommitter committer, boolean recoverOutput) Methods in org.apache.hadoop.mapreduce.v2.app.job.impl with parameters of type TaskAttemptStateInternalModifier and TypeMethodDescriptionprotected static org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptStateTaskAttemptImpl.getExternalState(TaskAttemptStateInternal smState)