public class QueryCursorImpl<T> extends Object implements QueryCursor<T>
| Constructor and Description |
|---|
QueryCursorImpl(Iterator<T> iter) |
public List<T> getAll()
Since all the results will be fetched, all the resources will be closed
automatically after this call, e.g. there is no need to call QueryCursor.close() method in this case.
getAll in interface QueryCursor<T>public void close()
close in interface AutoCloseableclose in interface QueryCursor<T>
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015