Uses of Enum Class
org.apache.hadoop.mapreduce.jobhistory.EventType

Packages that use EventType
  • Uses of EventType in org.apache.hadoop.mapreduce.jobhistory

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