public static class GridCacheQueryManager.QueryResult<K,V> extends GridFutureAdapter<IgniteSpiCloseableIterator<R>>
| Modifier and Type | Method and Description |
|---|---|
IndexQueryResultMeta |
metadata() |
void |
metadata(IndexQueryResultMeta metadata) |
boolean |
onDone(@Nullable IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> res,
@Nullable Throwable err)
Callback to notify that future is finished.
|
void |
onPageSend()
Callback to invoke, when next data page was delivered to user.
|
GridCacheQueryType |
type() |
cancel, chain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, onDone, reset, result, toStringpublic GridCacheQueryType type()
public IndexQueryResultMeta metadata()
public void metadata(IndexQueryResultMeta metadata)
public void onPageSend()
public boolean onDone(@Nullable
@Nullable IgniteSpiCloseableIterator<IgniteBiTuple<K,V>> res,
@Nullable
@Nullable Throwable err)
null exception is passed in
the result value will be ignored.res - Optional result.err - Optional error.True if result was set by this call.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023