public final class IteratorResultIterator<E> extends RecyclableIterator<E> implements FileRecordIterator<E>
RecordReader.RecordIterator that returns the elements of an iterator.| 构造器和说明 |
|---|
IteratorResultIterator(Iterator<E> records,
Runnable recycler,
Path filePath,
long pos) |
| 限定符和类型 | 方法和说明 |
|---|---|
Path |
filePath() |
E |
next()
Gets the next record from the iterator.
|
long |
returnedPosition()
Get the row position of the row returned by
RecordReader.RecordIterator.next(). |
releaseBatchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, transformreleaseBatch@Nullable public E next()
RecordReader.RecordIteratornext 在接口中 RecordReader.RecordIterator<E>public long returnedPosition()
FileRecordIteratorRecordReader.RecordIterator.next().returnedPosition 在接口中 FileRecordIterator<E>public Path filePath()
filePath 在接口中 FileRecordIterator<E>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.