Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.JobStateInternal

Packages that use JobStateInternal
  • Uses of JobStateInternal in org.apache.hadoop.mapreduce.v2.app.job

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