Class KodoUnderFileSystemFactory

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

    public class KodoUnderFileSystemFactory
    extends java.lang.Object
    implements alluxio.underfs.UnderFileSystemFactory
    Factory for creating KodoUnderFileSystem.
    • 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
    • Constructor Detail

      • KodoUnderFileSystemFactory

        public KodoUnderFileSystemFactory()
        Constructs a new KodoUnderFileSystem.
    • 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
        Parameters:
        path - file path
        conf - configuration object for the UFS
        Returns:
      • supportsPath

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