E - The type of the records returned by the iterator.public abstract class RecyclableIterator<E> extends Object implements RecordReader.RecordIterator<E>
| Modifier | Constructor and Description | 
|---|---|
| protected  | RecyclableIterator(Runnable recycler)Creates a  RecyclableIteratorwith 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, waitfilter, next, transformpublic void releaseBatch()
RecordReader.RecordIteratorreleaseBatch in interface RecordReader.RecordIterator<E>Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.