Uses of Enum Class
org.apache.hadoop.mapreduce.v2.app.job.event.JobFinishEvent.Type

Packages that use JobFinishEvent.Type
  • Uses of JobFinishEvent.Type in org.apache.hadoop.mapreduce.v2.app.job.event

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