Package alluxio.underfs.oss
Class OSSUnderFileSystemFactory
- java.lang.Object
-
- alluxio.underfs.oss.OSSUnderFileSystemFactory
-
- All Implemented Interfaces:
alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>,alluxio.underfs.UnderFileSystemFactory
@ThreadSafe public class OSSUnderFileSystemFactory extends java.lang.Object implements alluxio.underfs.UnderFileSystemFactoryFactory for creatingOSSUnderFileSystem.
-
-
Constructor Summary
Constructors Constructor Description OSSUnderFileSystemFactory()Constructs a newOSSUnderFileSystemFactory.
-
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
-
OSSUnderFileSystemFactory
public OSSUnderFileSystemFactory()
Constructs a newOSSUnderFileSystemFactory.
-
-
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
-
supportsPath
public boolean supportsPath(java.lang.String path)
- Specified by:
supportsPathin interfacealluxio.underfs.UnderFileSystemFactory
-
-