Class ExportStatistic
java.lang.Object
net.sf.jailer.subsetting.ExportStatistic
Provides statistical information about the export process.
- Author:
- Ralf Wisser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExportStatistic
public ExportStatistic()
-
-
Method Details
-
getExportedRows
-
setExportedRows
-
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
-