Package alluxio.underfs.gcs
Class GCSUnderFileSystemFactory
- java.lang.Object
-
- alluxio.underfs.gcs.GCSUnderFileSystemFactory
-
- All Implemented Interfaces:
alluxio.extensions.ExtensionFactory<alluxio.underfs.UnderFileSystem,alluxio.underfs.UnderFileSystemConfiguration>,alluxio.underfs.UnderFileSystemFactory
@ThreadSafe public final class GCSUnderFileSystemFactory extends java.lang.Object implements alluxio.underfs.UnderFileSystemFactoryFactory for creatingGCSUnderFileSystemorGCSV2UnderFileSystembased on thePropertyKey.UNDERFS_GCS_VERSION.
-
-
Constructor Summary
Constructors Constructor Description GCSUnderFileSystemFactory()Constructs a newGCSUnderFileSystemFactory.
-
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
-
GCSUnderFileSystemFactory
public GCSUnderFileSystemFactory()
Constructs a newGCSUnderFileSystemFactory.
-
-
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
-
-