public class HadoopFsFactory extends Object implements org.apache.flink.core.fs.FileSystemFactory
This factory calls Hadoop's mechanism to find a file system implementation for a given file
system scheme (a FileSystem) and wraps it as a Flink file system (a
FileSystem).
| 构造器和说明 |
|---|
HadoopFsFactory() |
public String getScheme()
getScheme 在接口中 org.apache.flink.core.fs.FileSystemFactorypublic void configure(org.apache.flink.configuration.Configuration config)
configure 在接口中 org.apache.flink.core.plugin.Pluginpublic org.apache.flink.core.fs.FileSystem create(URI fsUri) throws IOException
create 在接口中 org.apache.flink.core.fs.FileSystemFactoryIOExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.