public class OSSFileSystemFactory extends Object implements org.apache.flink.core.fs.FileSystemFactory
| Modifier and Type | Field and Description |
|---|---|
static org.apache.flink.configuration.ConfigOption<Integer> |
MAX_CONCURRENT_UPLOADS |
static org.apache.flink.configuration.ConfigOption<Long> |
PART_UPLOAD_MIN_SIZE |
| Constructor and Description |
|---|
OSSFileSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.flink.configuration.Configuration config) |
org.apache.flink.core.fs.FileSystem |
create(URI fsUri) |
String |
getScheme() |
public static final org.apache.flink.configuration.ConfigOption<Long> PART_UPLOAD_MIN_SIZE
public static final org.apache.flink.configuration.ConfigOption<Integer> MAX_CONCURRENT_UPLOADS
public String getScheme()
getScheme in interface org.apache.flink.core.fs.FileSystemFactorypublic void configure(org.apache.flink.configuration.Configuration config)
configure in interface org.apache.flink.core.plugin.Pluginpublic org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
create in interface org.apache.flink.core.fs.FileSystemFactoryIOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.