Package org.apache.flink.runtime.fs.hdfs
Class HadoopFsRecoverable
- java.lang.Object
-
- org.apache.flink.runtime.fs.hdfs.HadoopFsRecoverable
-
- All Implemented Interfaces:
RecoverableWriter.CommitRecoverable
,RecoverableWriter.ResumeRecoverable
@Internal public class HadoopFsRecoverable extends Object implements RecoverableWriter.CommitRecoverable, RecoverableWriter.ResumeRecoverable
An implementation of the resume and commit descriptor objects for Hadoop's/AzureBlob file system abstraction.
-
-
Constructor Summary
Constructors Constructor Description HadoopFsRecoverable(org.apache.hadoop.fs.Path targetFile, org.apache.hadoop.fs.Path tempFile, long offset)
Creates a resumable for the given file at the given position.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
offset()
org.apache.hadoop.fs.Path
targetFile()
org.apache.hadoop.fs.Path
tempFile()
String
toString()
-