Interface IgniteSpiCloseableIterator<T>

    • Method Detail

      • close

        void close()
            throws IgniteCheckedException
        Closes the iterator and frees all the resources held by the iterator. Iterator can not be used any more after calling this method.

        The method is invoked automatically on objects managed by the try-with-resources statement.

        Specified by:
        close in interface AutoCloseable
        Throws:
        IgniteCheckedException - In case of error.