public class GSFileSystemFactory extends Object implements org.apache.flink.core.fs.FileSystemFactory
FileSystemFactory interface for
Google Storage.| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEME
The scheme for the Google Storage file system.
|
| Constructor and Description |
|---|
GSFileSystemFactory()
Constructs the Google Storage file system factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.flink.configuration.Configuration flinkConfig) |
org.apache.flink.core.fs.FileSystem |
create(URI fsUri) |
String |
getScheme() |
public static final String SCHEME
public GSFileSystemFactory()
public void configure(org.apache.flink.configuration.Configuration flinkConfig)
configure in interface org.apache.flink.core.plugin.Pluginpublic String getScheme()
getScheme in interface org.apache.flink.core.fs.FileSystemFactorypublic org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
create in interface org.apache.flink.core.fs.FileSystemFactoryIOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.