public interface IgniteSpiCloseableIterator<T> extends Iterator<T>, AutoCloseable, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the iterator and frees all the resources held by the iterator.
|
forEachRemaining, hasNext, next, removevoid close()
throws IgniteCheckedException
The method is invoked automatically on objects managed by the
try-with-resources statement.
close in interface AutoCloseableIgniteCheckedException - In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023