java.lang.Object
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.MountVolumeMap

@Private public class MountVolumeMap extends Object
MountVolumeMap contains information of the relationship between underlying filesystem mount and datanode volumes. This is useful when configuring block tiering on same disk mount (HDFS-15548). For now, we don't configure multiple volumes with same storage type on one mount.
  • Method Details

    • hasMount

      public boolean hasMount(String mount)