Class HadoopFsRecoverable

    • Constructor Detail

      • HadoopFsRecoverable

        public 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.
        Parameters:
        targetFile - The file to resume.
        offset - The position to resume from.
    • Method Detail

      • targetFile

        public org.apache.hadoop.fs.Path targetFile()
      • tempFile

        public org.apache.hadoop.fs.Path tempFile()
      • offset

        public long offset()