Package org.apache.flink.fs.gs
Class GSFileSystemFactory
- java.lang.Object
-
- org.apache.flink.fs.gs.GSFileSystemFactory
-
- All Implemented Interfaces:
org.apache.flink.core.fs.FileSystemFactory,org.apache.flink.core.plugin.Plugin
public class GSFileSystemFactory extends Object implements org.apache.flink.core.fs.FileSystemFactory
Implementation of the FlinkFileSystemFactoryinterface for Google Storage.
-
-
Constructor Summary
Constructors Constructor Description GSFileSystemFactory()Constructs the Google Storage file system factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.apache.flink.configuration.Configuration flinkConfig)org.apache.flink.core.fs.FileSystemcreate(URI fsUri)StringgetScheme()
-
-
-
Field Detail
-
SCHEME
public static final String SCHEME
The scheme for the Google Storage file system.- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public void configure(org.apache.flink.configuration.Configuration flinkConfig)
- Specified by:
configurein interfaceorg.apache.flink.core.plugin.Plugin
-
getScheme
public String getScheme()
- Specified by:
getSchemein interfaceorg.apache.flink.core.fs.FileSystemFactory
-
create
public org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
- Specified by:
createin interfaceorg.apache.flink.core.fs.FileSystemFactory- Throws:
IOException
-
-