Uses of Enum Class
org.apache.hadoop.yarn.service.ServiceEventType

Packages that use ServiceEventType
Package
Description
Yarn Service framework.
  • Uses of ServiceEventType in org.apache.hadoop.yarn.service

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