public class ReduceIndexIterator extends Object implements Iterator<List<?>>, AutoCloseable
AbstractReduceIndexAdapter objects.| Constructor and Description |
|---|
ReduceIndexIterator(GridReduceQueryExecutor rdcExec,
Collection<ClusterNode> nodes,
ReduceQueryRun run,
long qryReqId,
boolean distributedJoins,
@Nullable MvccQueryTracker mvccTracker,
Tracing tracing)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
List<?> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ReduceIndexIterator(GridReduceQueryExecutor rdcExec, Collection<ClusterNode> nodes, ReduceQueryRun run, long qryReqId, boolean distributedJoins, @Nullable @Nullable MvccQueryTracker mvccTracker, Tracing tracing)
rdcExec - Reduce query executor.nodes - Participating nodes.run - Query run.qryReqId - Query request ID.distributedJoins - Distributed joins.tracing - Tracing processor.public void close()
throws Exception
close in interface AutoCloseableException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025