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 creatingHdfsUnderFileSystem. It caches createdHdfsUnderFileSystems, using the scheme and authority pair as the key.
-
-
Constructor Summary
Constructors Constructor Description CosNUnderFileSystemFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsPath(java.lang.String path)booleansupportsPath(java.lang.String path, alluxio.underfs.UnderFileSystemConfiguration conf)
-
-
-
Method Detail
-
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
-
-