Uses of Class
org.apache.flink.core.fs.RefCountedFileWithStream
-
Packages that use RefCountedFileWithStream Package Description org.apache.flink.core.fs -
-
Uses of RefCountedFileWithStream in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return RefCountedFileWithStream Modifier and Type Method Description RefCountedFileWithStreamRefCountedTmpFileCreator. apply(File file)Gets the next temp file and stream to temp file.static RefCountedFileWithStreamRefCountedFileWithStream. newFile(File file, OutputStream currentOut)static RefCountedFileWithStreamRefCountedFileWithStream. restoredFile(File file, OutputStream currentOut, long bytesInCurrentPart)Method parameters in org.apache.flink.core.fs with type arguments of type RefCountedFileWithStream Modifier and Type Method Description static RefCountedBufferingFileStreamRefCountedBufferingFileStream. openNew(FunctionWithException<File,RefCountedFileWithStream,IOException> tmpFileProvider)static RefCountedBufferingFileStreamRefCountedBufferingFileStream. restore(FunctionWithException<File,RefCountedFileWithStream,IOException> tmpFileProvider, File initialTmpFile)Constructors in org.apache.flink.core.fs with parameters of type RefCountedFileWithStream Constructor Description RefCountedBufferingFileStream(RefCountedFileWithStream file, int bufferSize)
-