E - The type of the records returned by the iterator.@Internal public abstract class RecyclableIterator<E> extends Object implements BulkFormat.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, waitnextpublic void releaseBatch()
BulkFormat.RecordIteratorreleaseBatch 在接口中 BulkFormat.RecordIterator<E>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.