public interface Loader<R extends TableRecord<R>>
Loader
API is used for configuring data loads.
This type is the final type holding information about the outcome of the data load.
List<LoaderError> errors()
int processed()
int ignored()
int stored()
Copyright © 2014. All Rights Reserved.