Package alluxio.underfs.kodo
Class KodoUnderFileSystemFactory
- java.lang.Object
-
- alluxio.underfs.kodo.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.UnderFileSystemFactoryFactory for creatingKodoUnderFileSystem.
-
-
Constructor Summary
Constructors Constructor Description KodoUnderFileSystemFactory()Constructs a newKodoUnderFileSystem.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description alluxio.underfs.UnderFileSystemcreate(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)booleansupportsPath(java.lang.String path)
-
-
-
Constructor Detail
-
KodoUnderFileSystemFactory
public KodoUnderFileSystemFactory()
Constructs a newKodoUnderFileSystem.
-
-
Method Detail
-
create
public alluxio.underfs.UnderFileSystem create(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)- Specified by:
createin interfacealluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>- Specified by:
createin interfacealluxio.underfs.UnderFileSystemFactory- Parameters:
path- file pathconf- configuration object for the UFS- Returns:
-
supportsPath
public boolean supportsPath(java.lang.String path)
- Specified by:
supportsPathin interfacealluxio.underfs.UnderFileSystemFactory- Parameters:
path- file path- Returns:
-
-