Package alluxio.underfs.cosn
Class CosNUnderFileSystemFactory
- java.lang.Object
-
- alluxio.underfs.hdfs.HdfsUnderFileSystemFactory
-
- alluxio.underfs.cosn.CosNUnderFileSystemFactory
-
- All Implemented Interfaces:
alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>,alluxio.underfs.UnderFileSystemFactory
@ThreadSafe public class CosNUnderFileSystemFactory extends alluxio.underfs.hdfs.HdfsUnderFileSystemFactoryFactory for creatingCosnUnderFileSystem.
-
-
Constructor Summary
Constructors Constructor Description CosNUnderFileSystemFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description alluxio.underfs.UnderFileSystemcreate(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)java.lang.StringgetVersion()booleansupportsPath(java.lang.String path)booleansupportsPath(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)
-
-
-
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- Overrides:
createin classalluxio.underfs.hdfs.HdfsUnderFileSystemFactory
-
supportsPath
public boolean supportsPath(java.lang.String path)
- Specified by:
supportsPathin interfacealluxio.underfs.UnderFileSystemFactory- Overrides:
supportsPathin classalluxio.underfs.hdfs.HdfsUnderFileSystemFactory
-
supportsPath
public boolean supportsPath(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)- Specified by:
supportsPathin interfacealluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>- Specified by:
supportsPathin interfacealluxio.underfs.UnderFileSystemFactory- Overrides:
supportsPathin classalluxio.underfs.hdfs.HdfsUnderFileSystemFactory
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersionin interfacealluxio.underfs.UnderFileSystemFactory- Overrides:
getVersionin classalluxio.underfs.hdfs.HdfsUnderFileSystemFactory
-
-