Package org.apache.flink.runtime.operators.resettable
-
Class Summary Class Description BlockResettableMutableObjectIterator<T> Implementation of an iterator that fetches a block of data into main memory and offers resettable access to the data in that block.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.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.SpillingResettableIterator<T> Implementation of a resettable iterator.SpillingResettableMutableObjectIterator<T> Implementation of a resettable iterator.