Uses of Enum Class
org.apache.hadoop.hdfs.server.federation.router.RouterServiceState

Packages that use RouterServiceState
Package
Description
The router package includes the core services for a HDFS federation router.
  • Uses of RouterServiceState in org.apache.hadoop.hdfs.server.federation.router

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