Class UfsManager.UfsClient

  • Enclosing interface:
    UfsManager

    public static class UfsManager.UfsClient
    extends java.lang.Object
    Container for a UFS and the URI for that UFS.
    • Constructor Detail

      • UfsClient

        public UfsClient​(java.util.function.Supplier<UnderFileSystem> ufsSupplier,
                         AlluxioURI ufsMountPointUri)
        Parameters:
        ufsSupplier - the supplier function to create a new UFS instance
        ufsMountPointUri - the URI for the UFS path which is mounted in Alluxio
    • Method Detail

      • getUfsMountPointUri

        public AlluxioURI getUfsMountPointUri()
        Returns:
        the URI for the UFS path which is mounted in Alluxio