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.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024