Class ExportStatistic

java.lang.Object
net.sf.jailer.subsetting.ExportStatistic

public class ExportStatistic extends Object
Provides statistical information about the export process.
Author:
Ralf Wisser
  • Constructor Details

    • ExportStatistic

      public ExportStatistic()
  • Method Details

    • getExportedRows

      public Map<Table,Long> getExportedRows()
      Gets number of exported rows per table.
      Returns:
      number of exported rows per table
    • setExportedRows

      public void setExportedRows(Map<Table,Long> exportedRows)
      Sets number of exported rows per table.
      Parameters:
      exportedRows - number of exported rows per table
    • getTotal

      public long getTotal()
      Gets total number of exported rows.
      Returns:
      total number of exported rows
    • setTotal

      public void setTotal(long total)
      Sets total number of exported rows.
      Parameters:
      total - total number of exported rows