Interface InProgressFileWriter.PendingFileRecoverable

All Known Subinterfaces:
InProgressFileWriter.InProgressFileRecoverable
All Known Implementing Classes:
OutputStreamBasedPartFileWriter.OutputStreamBasedInProgressFileRecoverable, OutputStreamBasedPartFileWriter.OutputStreamBasedPendingFileRecoverable
Enclosing interface:
InProgressFileWriter<IN,BucketID>

public static interface InProgressFileWriter.PendingFileRecoverable
The handle can be used to recover pending file.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.core.fs.Path
     
    long
     
  • Method Details

    • getPath

      @Nullable org.apache.flink.core.fs.Path getPath()
      Returns:
      The target path of the pending file, null if unavailable.
    • getSize

      long getSize()
      Returns:
      The size of the pending file, -1 if unavailable.