Interface RewriteDataFiles.Result

  • Enclosing interface:
    RewriteDataFiles

    public static interface RewriteDataFiles.Result
    A map of file group information to the results of rewriting that file group. If the results are null then that particular file group failed. We should only have failed groups if partial progress is enabled otherwise we will report a total failure for the job.
    • Method Detail

      • addedDataFilesCount

        default int addedDataFilesCount()
      • rewrittenDataFilesCount

        default int rewrittenDataFilesCount()
      • rewrittenBytesCount

        default long rewrittenBytesCount()
      • failedDataFilesCount

        default int failedDataFilesCount()