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, remove
void close() throws IgniteCheckedException
The method is invoked automatically on objects managed by the
try-with-resources
statement.
close
in interface AutoCloseable
IgniteCheckedException
- In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019