Uses of Enum Class
org.apache.hadoop.mapreduce.task.reduce.MapHost.State

Packages that use MapHost.State
  • Uses of MapHost.State in org.apache.hadoop.mapreduce.task.reduce

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