Class LocalUnderFileSystemFactory

  • All Implemented Interfaces:
    alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,​alluxio.underfs.UnderFileSystemConfiguration>, alluxio.underfs.UnderFileSystemFactory

    @ThreadSafe
    public class LocalUnderFileSystemFactory
    extends java.lang.Object
    implements alluxio.underfs.UnderFileSystemFactory
    Factory for creating LocalUnderFileSystem.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      alluxio.underfs.UnderFileSystem create​(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)  
      boolean supportsPath​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface alluxio.underfs.UnderFileSystemFactory

        getVersion, supportsPath
    • Method Detail

      • create

        public alluxio.underfs.UnderFileSystem create​(java.lang.String path,
                                                      alluxio.underfs.UnderFileSystemConfiguration conf)
        Specified by:
        create in interface alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,​alluxio.underfs.UnderFileSystemConfiguration>
        Specified by:
        create in interface alluxio.underfs.UnderFileSystemFactory
      • supportsPath

        public boolean supportsPath​(java.lang.String path)
        Specified by:
        supportsPath in interface alluxio.underfs.UnderFileSystemFactory