public abstract class CacheQueryReducer<T> extends GridIteratorAdapter<T>
| Modifier and Type | Field and Description |
|---|---|
protected Map<UUID,NodePageStream<T>> |
pageStreams
Page streams collection.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CacheQueryReducer(Map<UUID,NodePageStream<T>> pageStreams) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
get(CompletableFuture<?> fut) |
void |
removeX()
This method is the same as
Iterator.remove(), but allows for failure
with exception. |
hasNext, iterator, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNextX, nextXforEach, spliteratorforEachRemainingprotected final Map<UUID,NodePageStream<T>> pageStreams
protected CacheQueryReducer(Map<UUID,NodePageStream<T>> pageStreams)
public void removeX()
throws IgniteCheckedException
Iterator.remove(), but allows for failure
with exception.IgniteCheckedException - If failed.public static <T> T get(CompletableFuture<?> fut) throws IgniteCheckedException
IgniteCheckedException - for all failures.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023