Uses of Enum Class
org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder

Packages that use DestinationOrder
Package
Description
A federated location can be resolved to multiple subclusters.
  • Uses of DestinationOrder in org.apache.hadoop.hdfs.server.federation.resolver.order

    Fields in org.apache.hadoop.hdfs.server.federation.resolver.order with type parameters of type DestinationOrder
    Modifier and Type
    Field
    Description
    DestinationOrder.FOLDER_ALL
    Approaches that write folders in all subclusters.
    Methods in org.apache.hadoop.hdfs.server.federation.resolver.order that return DestinationOrder
    Modifier and Type
    Method
    Description
    DestinationOrder.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    DestinationOrder.values()
    Returns an array containing the constants of this enum class, in the order they are declared.