Package alluxio.underfs.abfs
Class AbfsUnderFileSystemFactory
- java.lang.Object
-
- alluxio.underfs.abfs.AbfsUnderFileSystemFactory
-
- All Implemented Interfaces:
alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>,alluxio.underfs.UnderFileSystemFactory
@ThreadSafe public class AbfsUnderFileSystemFactory extends java.lang.Object implements alluxio.underfs.UnderFileSystemFactoryFactory for creatingAbfsUnderFileSystem.
-
-
Constructor Summary
Constructors Constructor Description AbfsUnderFileSystemFactory()Constructs a newAbfsUnderFileSystemFactory.
-
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
-
AbfsUnderFileSystemFactory
public AbfsUnderFileSystemFactory()
Constructs a newAbfsUnderFileSystemFactory.
-
-
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
-
-