public class GridCacheLocalFieldsQueryFuture extends GridCacheLocalQueryFuture<Object,Object,List<Object>> implements GridCacheQueryMetadataAware
cctx, loc, log, qry| Constructor and Description |
|---|
GridCacheLocalFieldsQueryFuture(GridCacheContext<?,?> ctx,
GridCacheQueryBean qry) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<List<GridQueryFieldMetadata>> |
metadata() |
void |
onPage(@Nullable UUID nodeId,
@Nullable List<GridQueryFieldMetadata> metaData,
@Nullable Collection<?> data,
@Nullable Throwable err,
boolean finished) |
awaitFirstPage, cancelQuery, loadAllPages, loadPage, onPagecancel, close, endTime, enqueue, get, get, getUninterruptibly, next, onDone, onNodeLeft, onPage, onTimeout, printMemoryStats, query, timeoutId, toStringchain, chain, error, get, ignoreInterrupts, isCancelled, isDone, isFailed, listen, logger, onCancelled, onDone, onDone, onDone, onDone, reset, resultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDonechain, chain, error, get, isCancelled, listen, resultpublic GridCacheLocalFieldsQueryFuture(GridCacheContext<?,?> ctx, GridCacheQueryBean qry)
ctx - Cache context.qry - Query.public void onPage(@Nullable
@Nullable UUID nodeId,
@Nullable
@Nullable List<GridQueryFieldMetadata> metaData,
@Nullable
@Nullable Collection<?> data,
@Nullable
@Nullable Throwable err,
boolean finished)
nodeId - Sender node ID.metaData - Meta data.data - Page data.err - Error.finished - Finished or not.public IgniteInternalFuture<List<GridQueryFieldMetadata>> metadata()
metadata in interface GridCacheQueryMetadataAware
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021