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 Flink
FileSystemFactory interface for
Google Storage.-
Field Details
-
SCHEME
The scheme for the Google Storage file system.- See Also:
-
-
Constructor Details
-
GSFileSystemFactory
public GSFileSystemFactory()Constructs the Google Storage file system factory.
-
-
Method Details
-
configure
public void configure(org.apache.flink.configuration.Configuration flinkConfig) - Specified by:
configurein interfaceorg.apache.flink.core.plugin.Plugin
-
getScheme
- Specified by:
getSchemein interfaceorg.apache.flink.core.fs.FileSystemFactory
-
create
- Specified by:
createin interfaceorg.apache.flink.core.fs.FileSystemFactory- Throws:
IOException
-