Package org.apache.hadoop.hdfs.server.federation.resolver.order


@Private @Evolving package org.apache.hadoop.hdfs.server.federation.resolver.order
A federated location can be resolved to multiple subclusters. This package takes care of the order in which this multiple destinations should be used.
  • Class
    Description
    Order the destinations based on available space.
    Order of the destinations when we have multiple of them.
    Variation of HashResolver that only uses the first level of the path.
    Order the destinations based on consistent hashing.
    LEADER_FOLLOWER can be used in cross-cluster disaster tolerance, and the order of namespaces is always "leader,follower,follower...".
    The local subcluster (where the writer is) should be tried first.
    Policy that decides which should be the first location accessed given multiple destinations.
    Order the destinations randomly.
    The order resolver that depends upon the Router service.