public class IterableBatchReader extends AbstractBatchReader
batchSize, currentRecordNumber, delegate| Constructor and Description |
|---|
IterableBatchReader(Iterable dataSource,
int batchSize)
Create an iterable batch reader.
|
hasNextRecord, readNextRecordclose, getDataSourceName, getTotalRecords, openpublic IterableBatchReader(Iterable dataSource, int batchSize)
dataSource - the data source to read records frombatchSize - the batch sizeCopyright © 2015. All Rights Reserved.