Class OzoneUnderFileSystemFactory

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

    @ThreadSafe
    public class OzoneUnderFileSystemFactory
    extends alluxio.underfs.hdfs.HdfsUnderFileSystemFactory
    Factory for creating HdfsUnderFileSystem. It caches created HdfsUnderFileSystems, using the scheme and authority pair as the key.
    • Method Summary

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

        create, getVersion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OzoneUnderFileSystemFactory

        public OzoneUnderFileSystemFactory()
    • Method Detail

      • supportsPath

        public boolean supportsPath​(java.lang.String path)
        Specified by:
        supportsPath in interface alluxio.underfs.UnderFileSystemFactory
        Overrides:
        supportsPath in class alluxio.underfs.hdfs.HdfsUnderFileSystemFactory
      • supportsPath

        public boolean supportsPath​(java.lang.String path,
                                    alluxio.underfs.UnderFileSystemConfiguration conf)
        Specified by:
        supportsPath in interface alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,​alluxio.underfs.UnderFileSystemConfiguration>
        Specified by:
        supportsPath in interface alluxio.underfs.UnderFileSystemFactory
        Overrides:
        supportsPath in class alluxio.underfs.hdfs.HdfsUnderFileSystemFactory