Uses of Interface
org.apache.flink.runtime.util.ResettableIterator
-
Packages that use ResettableIterator Package Description org.apache.flink.runtime.operators.resettable -
-
Uses of ResettableIterator in org.apache.flink.runtime.operators.resettable
Classes in org.apache.flink.runtime.operators.resettable that implement ResettableIterator Modifier and Type Class Description class
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.class
ReusingBlockResettableIterator<T>
Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.class
SpillingResettableIterator<T>
Implementation of a resettable iterator.
-