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 DestinationOrderModifier and TypeFieldDescriptionstatic final EnumSet<DestinationOrder>DestinationOrder.FOLDER_ALLApproaches that write folders in all subclusters.Methods in org.apache.hadoop.hdfs.server.federation.resolver.order that return DestinationOrderModifier and TypeMethodDescriptionstatic DestinationOrderReturns the enum constant of this class with the specified name.static DestinationOrder[]DestinationOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.