public interface RecordReaderListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterRecordReading(Record record)
Called after each record read operation.
|
void |
beforeRecordReading()
Called before each record read operation.
|
void |
onRecordReadingException(Throwable throwable)
Called when an exception occurs during record reading.
|
void beforeRecordReading()
void afterRecordReading(Record record)
record - The record that has been read.void onRecordReadingException(Throwable throwable)
throwable - the throwable thrown during record readingCopyright © 2015. All Rights Reserved.