Class ReusingBlockResettableIterator<T>

java.lang.Object
org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator<T>
org.apache.flink.runtime.operators.resettable.ReusingBlockResettableIterator<T>
All Implemented Interfaces:
Iterator<T>, MemoryBlockIterator, ResettableIterator<T>

public class ReusingBlockResettableIterator<T> extends NonReusingBlockResettableIterator<T>
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.