Package org.apache.ignite.lang
Interface Cursor<T>
- Type Parameters:
T
- The type of elements returned by this iterator.
- All Superinterfaces:
AutoCloseable
,Iterator<T>
- All Known Subinterfaces:
ResultSet<T>
Provides methods to iterate over operation results and release underlying resources.
-
Method Details
-
close
void close()Closes this cursor and releases any underlying resources.- Specified by:
close
in interfaceAutoCloseable
-