E - The type of the records returned by the iterator.@Internal public abstract class RecyclableIterator<E> extends Object implements BulkFormat.RecordIterator<E>
| Modifier | Constructor and Description |
|---|---|
protected |
RecyclableIterator(Runnable recycler)
Creates a
RecyclableIterator with the given optional recycler. |
| Modifier and Type | Method and Description |
|---|---|
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 in interface BulkFormat.RecordIterator<E>Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.