E - The type of the records returned by the iterator.public abstract class RecyclableIterator<E> extends Object implements RecordReader.RecordIterator<E>
| 限定符 | 构造器和说明 |
|---|---|
protected |
RecyclableIterator(Runnable recycler)
Creates a
RecyclableIterator with the given optional recycler. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
releaseBatch()
Releases the batch that this iterator iterated over.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, next, transformpublic void releaseBatch()
RecordReader.RecordIteratorreleaseBatch 在接口中 RecordReader.RecordIterator<E>Copyright © 2023 The Apache Software Foundation. All rights reserved.