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

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

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