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
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, wait
filter, next, transform
public void releaseBatch()
RecordReader.RecordIterator
releaseBatch
in interface RecordReader.RecordIterator<E>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.