Uses of Interface
org.apache.flink.core.fs.FileSystemFactory
-
Packages that use FileSystemFactory Package Description org.apache.flink.core.fs org.apache.flink.core.fs.local -
-
Uses of FileSystemFactory in org.apache.flink.core.fs
Classes in org.apache.flink.core.fs that implement FileSystemFactory Modifier and Type Class Description classConnectionLimitingFactoryA wrapping factory that adds aLimitedConnectionsFileSystemto a file system.classPluginFileSystemFactoryA wrapper aroundFileSystemFactorythat ensures the plugin classloader is used for allFileSystemoperations.Methods in org.apache.flink.core.fs that return FileSystemFactory Modifier and Type Method Description static FileSystemFactoryConnectionLimitingFactory. decorateIfLimited(FileSystemFactory factory, String scheme, Configuration config)Decorates the given factory for aConnectionLimitingFactory, if the given configuration configured connection limiting for the given file system scheme.Methods in org.apache.flink.core.fs with parameters of type FileSystemFactory Modifier and Type Method Description static FileSystemFactoryConnectionLimitingFactory. decorateIfLimited(FileSystemFactory factory, String scheme, Configuration config)Decorates the given factory for aConnectionLimitingFactory, if the given configuration configured connection limiting for the given file system scheme.static PluginFileSystemFactoryPluginFileSystemFactory. of(FileSystemFactory inner) -
Uses of FileSystemFactory in org.apache.flink.core.fs.local
Classes in org.apache.flink.core.fs.local that implement FileSystemFactory Modifier and Type Class Description classLocalFileSystemFactoryA factory for theLocalFileSystem.
-