Uses of Enum Class
org.apache.hadoop.mapreduce.v2.api.records.TaskAttemptState

Packages that use TaskAttemptState
  • Uses of TaskAttemptState in org.apache.hadoop.mapreduce.v2.api.records

    Methods in org.apache.hadoop.mapreduce.v2.api.records that return TaskAttemptState
    Modifier and Type
    Method
    Description
    TaskAttemptState.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    TaskAttemptState.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
  • Uses of TaskAttemptState in org.apache.hadoop.mapreduce.v2.util

    Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type TaskAttemptState
    Modifier and Type
    Method
    Description
    boolean
    MRApps.TaskAttemptStateUI.correspondsTo(TaskAttemptState state)