- java.lang.Object
-
- org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
-
- org.apache.flink.fs.s3hadoop.S3FileSystemFactory
-
- org.apache.flink.fs.s3hadoop.S3AFileSystemFactory
-
- All Implemented Interfaces:
org.apache.flink.core.fs.FileSystemFactory
,org.apache.flink.core.plugin.Plugin
public class S3AFileSystemFactory extends S3FileSystemFactory
Simple factory for the S3 file system, registered for the s3a:// scheme.
-
-
Constructor Summary
Constructors Constructor Description S3AFileSystemFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getScheme()
-
Methods inherited from class org.apache.flink.fs.s3hadoop.S3FileSystemFactory
createHadoopFileSystem, getInitURI, getS3AccessHelper
-
Methods inherited from class org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
configure, create, createFlinkFileSystem
-
-
-
-
Method Detail
-
getScheme
public String getScheme()
- Specified by:
getScheme
in interfaceorg.apache.flink.core.fs.FileSystemFactory
- Overrides:
getScheme
in classS3FileSystemFactory
-
-