Class InodeTree.MountPoint<T>

java.lang.Object
org.apache.hadoop.fs.viewfs.InodeTree.MountPoint<T>
Enclosing class:
InodeTree<T>

public static class InodeTree.MountPoint<T> extends Object
  • Method Details

    • getSource

      public String getSource()
      Returns the source of mount point.
      Returns:
      The source
    • getTarget

      public InodeTree.INodeLink<T> getTarget()
      Returns the target INode link.
      Returns:
      The target INode link