Uses of Enum Class
org.apache.hadoop.hdfs.server.federation.resolver.order.DestinationOrder
Packages that use DestinationOrder
Package
Description
The resolver package contains indepedent data resolvers used in HDFS
federation.
A federated location can be resolved to multiple subclusters.
Contains the abstract definitions of the state store data records.
The protobuf implementations of state store data records defined in the
org.apache.hadoop.hdfs.server.federation.store.records package.
It includes the tools to manage the Router-based federation.
-
Uses of DestinationOrder in org.apache.hadoop.hdfs.server.federation.resolver
Methods in org.apache.hadoop.hdfs.server.federation.resolver that return DestinationOrderModifier and TypeMethodDescriptionPathLocation.getDestinationOrder()Get the order for the destinations.Methods in org.apache.hadoop.hdfs.server.federation.resolver with parameters of type DestinationOrderModifier and TypeMethodDescriptionvoidMultipleDestinationMountTableResolver.addResolver(DestinationOrder order, OrderedResolver resolver) MultipleDestinationMountTableResolver.getOrderedResolver(DestinationOrder order) Constructors in org.apache.hadoop.hdfs.server.federation.resolver with parameters of type DestinationOrderModifierConstructorDescriptionPathLocation(String source, List<RemoteLocation> dest, DestinationOrder order) Create a new PathLocation. -
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. -
Uses of DestinationOrder in org.apache.hadoop.hdfs.server.federation.store.records
Methods in org.apache.hadoop.hdfs.server.federation.store.records that return DestinationOrderModifier and TypeMethodDescriptionabstract DestinationOrderMountTable.getDestOrder()Get the order of the destinations for this mount table entry.Methods in org.apache.hadoop.hdfs.server.federation.store.records with parameters of type DestinationOrderModifier and TypeMethodDescriptionabstract voidMountTable.setDestOrder(DestinationOrder order) Set the order of the destinations for this mount table entry. -
Uses of DestinationOrder in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb
Methods in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb that return DestinationOrderMethods in org.apache.hadoop.hdfs.server.federation.store.records.impl.pb with parameters of type DestinationOrder -
Uses of DestinationOrder in org.apache.hadoop.hdfs.tools.federation
Methods in org.apache.hadoop.hdfs.tools.federation that return DestinationOrderMethods in org.apache.hadoop.hdfs.tools.federation with parameters of type DestinationOrder