Package alluxio.underfs.cephfs
Class CephFSUnderFileSystemFactory
- java.lang.Object
-
- alluxio.underfs.cephfs.CephFSUnderFileSystemFactory
-
- All Implemented Interfaces:
alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>,alluxio.underfs.UnderFileSystemFactory
@ThreadSafe public final class CephFSUnderFileSystemFactory extends java.lang.Object implements alluxio.underfs.UnderFileSystemFactoryFactory for creatingCephFSUnderFileSystem. It caches createdCephFSUnderFileSystems, using the scheme and authority pair as the key.
-
-
Constructor Summary
Constructors Constructor Description CephFSUnderFileSystemFactory()Constructs a newCephFSUnderFileSystemFactory.
-
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
-
CephFSUnderFileSystemFactory
public CephFSUnderFileSystemFactory()
Constructs a newCephFSUnderFileSystemFactory.
-
-
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
-
-