Uses of Class
org.apache.flink.core.fs.RefCountedBufferingFileStream
-
Packages that use RefCountedBufferingFileStream Package Description org.apache.flink.core.fs -
-
Uses of RefCountedBufferingFileStream in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return RefCountedBufferingFileStream Modifier and Type Method Description static RefCountedBufferingFileStreamRefCountedBufferingFileStream. openNew(org.apache.flink.util.function.FunctionWithException<File,RefCountedFileWithStream,IOException> tmpFileProvider)static RefCountedBufferingFileStreamRefCountedBufferingFileStream. restore(org.apache.flink.util.function.FunctionWithException<File,RefCountedFileWithStream,IOException> tmpFileProvider, File initialTmpFile)
-