Uses of Class
org.apache.flink.runtime.operators.resettable.NonReusingBlockResettableIterator
-
Packages that use NonReusingBlockResettableIterator Package Description org.apache.flink.runtime.operators.resettable -
-
Uses of NonReusingBlockResettableIterator in org.apache.flink.runtime.operators.resettable
Subclasses of NonReusingBlockResettableIterator in org.apache.flink.runtime.operators.resettable Modifier and Type Class Description classReusingBlockResettableIterator<T>Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.
-