Uses of Interface
org.apache.flink.core.fs.IFileSystem
-
Packages that use IFileSystem Package Description org.apache.flink.core.fs org.apache.flink.core.fs.local -
-
Uses of IFileSystem in org.apache.flink.core.fs
Subinterfaces of IFileSystem in org.apache.flink.core.fs Modifier and Type Interface Description interfacePathsCopyingFileSystemAn interface marking that givenFileSystemhave an optimised path for copying paths instead of usingFSDataOutputStreamorFSDataInputStream.Classes in org.apache.flink.core.fs that implement IFileSystem Modifier and Type Class Description classFileSystemAbstract base class of all file systems used by Flink.classLimitedConnectionsFileSystemA file system that limits the number of concurrently open input streams, output streams, and total streams for a target file system.classSafetyNetWrapperFileSystemThis is aWrappingProxyaroundFileSystemwhich (i) wraps all opened streams asClosingFSDataInputStreamorClosingFSDataOutputStreamand (ii) registers them to aSafetyNetCloseableRegistry. -
Uses of IFileSystem in org.apache.flink.core.fs.local
Classes in org.apache.flink.core.fs.local that implement IFileSystem Modifier and Type Class Description classLocalFileSystemThe classLocalFileSystemis an implementation of theFileSysteminterface for the local file system of the machine where the JVM runs.
-