public class ExportStatistic
extends java.lang.Object
| Constructor and Description | 
|---|
ExportStatistic()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<Table,java.lang.Long> | 
getExportedRows()
Gets number of exported rows per table. 
 | 
long | 
getTotal()
Gets total number of exported rows. 
 | 
void | 
setExportedRows(java.util.Map<Table,java.lang.Long> exportedRows)
Sets number of exported rows per table. 
 | 
void | 
setTotal(long total)
sets total number of exported rows. 
 | 
public java.util.Map<Table,java.lang.Long> getExportedRows()
public void setExportedRows(java.util.Map<Table,java.lang.Long> exportedRows)
exportedRows - number of exported rows per tablepublic long getTotal()
public void setTotal(long total)
total - total number of exported rows