public class RecordReaderIterator extends cascading.util.SingleValueCloseableIterator<RecordReader>
RecordReader instance
via the Iterator.
This class is frequently used with the TupleEntrySchemeIterator where there is only
one RecordReader to iterate values over.
| Constructor and Description |
|---|
RecordReaderIterator(RecordReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
public RecordReaderIterator(RecordReader reader)
public void close() throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class cascading.util.SingleValueCloseableIterator<RecordReader>java.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.