public interface ResettableMutableObjectIterator<E>
extends org.apache.flink.util.MutableObjectIterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the iterator.
|
void reset()
throws IOException
IOException - May be thrown when the serialization into buffers or the spilling to
secondary storage fails.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.