public static class LoaderResult.ImportFileStatistics extends Object
| Constructor and Description |
|---|
ImportFileStatistics()
Default constructor with
0 statistics |
ImportFileStatistics(int dataRows,
int createRows,
int updateRows,
int deleteRows)
Create a new ImportFileStatistics with statistics.
|
ImportFileStatistics(int dataRows,
int createRows,
int updateRows,
int deleteRows,
int createRowsTest,
int updateRowsTest,
int deleteRowsTest)
Create a new ImportFileStatistics with statistics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCreateRows() |
int |
getCreateRowsTest() |
int |
getDataRows() |
int |
getDeleteRows() |
int |
getDeleteRowsTest() |
int |
getImportRows() |
int |
getImportRowsTest() |
int |
getSkippedRows() |
int |
getSkippedRowsTest() |
int |
getUpdateRows() |
int |
getUpdateRowsTest() |
public ImportFileStatistics()
0 statisticspublic ImportFileStatistics(int dataRows,
int createRows,
int updateRows,
int deleteRows)
dataRows - number of rows with data in file to be importedcreateRows - number of rows that are createdupdateRows - number of rows that are updateddeleteRows - number of rows that are deletedpublic ImportFileStatistics(int dataRows,
int createRows,
int updateRows,
int deleteRows,
int createRowsTest,
int updateRowsTest,
int deleteRowsTest)
dataRows - number of rows with data in file to be importedcreateRows - number of rows that are createdupdateRows - number of rows that are updateddeleteRows - number of rows that are deletedcreateRowsTest - number of rows that are created in test phaseupdateRowsTest - number of rows that are updated in test phasedeleteRowsTest - number of rows that are deleted in test phasepublic int getDataRows()
public int getCreateRows()
public int getUpdateRows()
public int getDeleteRows()
public int getImportRows()
public int getSkippedRows()
public int getCreateRowsTest()
public int getUpdateRowsTest()
public int getDeleteRowsTest()
public int getImportRowsTest()
public int getSkippedRowsTest()
Copyright © 2025 European Spallation Source. All rights reserved.