@Internal public interface FileSystemFactory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.fs.FileSystem |
create(URI fsUri)
Creates a new file system for the given file system URI.
|
org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
fsUri - The URI that describes the file system.IOException - Thrown if the file system could not be instantiated.Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.