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

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

    Methods in org.apache.hadoop.mapreduce.v2.api.records that return TaskState
    Modifier and Type
    Method
    Description
    static TaskState
    TaskState.valueOf(String name)
    Returns 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.
  • Uses of TaskState in org.apache.hadoop.mapreduce.v2.util

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