| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Loader<R extends TableRecord<R>>
The Loader API is used for configuring data loads.
 
This type is the final type holding information about the outcome of the data load.
| Method Summary | |
|---|---|
|  List<LoaderError> | errors()A list of errors that might have happened during the load. | 
|  int | ignored()The number of ignored rows | 
|  int | processed()The number of processed rows | 
|  int | stored()The number of inserted or updated rows | 
| Method Detail | 
|---|
List<LoaderError> errors()
int processed()
int ignored()
int stored()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||