Class ViewFileSystemOverloadScheme.MountPathInfo<T>

java.lang.Object
org.apache.hadoop.fs.viewfs.ViewFileSystemOverloadScheme.MountPathInfo<T>
Enclosing class:
ViewFileSystemOverloadScheme

public static class ViewFileSystemOverloadScheme.MountPathInfo<T> extends Object
A class to maintain the target file system and a path to pass to the target file system.
  • Constructor Details

    • MountPathInfo

      public MountPathInfo(Path pathOnTarget, T targetFs)
  • Method Details

    • getPathOnTarget

      public Path getPathOnTarget()
    • getTargetFs

      public T getTargetFs()