public class RegisteredQueryCursor<T> extends QueryCursorImpl<T>
QueryCursorImpl.LazyIterator<Type>, QueryCursorImpl.StateQueryCursorEx.Consumer<T>| Constructor and Description |
|---|
RegisteredQueryCursor(Iterable<T> iterExec,
GridQueryCancel cancel,
RunningQueryManager runningQryMgr,
boolean lazy,
Long qryId,
Tracing tracing) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels query.
|
void |
close() |
protected Iterator<T> |
iter() |
fieldsMeta, fieldsMeta, getAll, getAll, getColumnsCount, getFieldName, isQuery, iterator, lazy, partitionResult, partitionResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic RegisteredQueryCursor(Iterable<T> iterExec, GridQueryCancel cancel, RunningQueryManager runningQryMgr, boolean lazy, Long qryId, Tracing tracing)
iterExec - Query executor.cancel - Cancellation closure.runningQryMgr - Running query manager.lazy - Lazy mode flag.qryId - Registered running query id.tracing - Tracing processor.protected Iterator<T> iter()
iter in class QueryCursorImpl<T>public void close()
close in interface AutoCloseableclose in interface QueryCursor<T>close in class QueryCursorImpl<T>public void cancel()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025