Uses of Class
org.apache.ignite.internal.processors.cache.query.GridCacheDistributedQueryFuture
-
Packages that use GridCacheDistributedQueryFuture Package Description org.apache.ignite.internal.processors.cache.query -
-
Uses of GridCacheDistributedQueryFuture in org.apache.ignite.internal.processors.cache.query
Subclasses of GridCacheDistributedQueryFuture in org.apache.ignite.internal.processors.cache.query Modifier and Type Class Description classGridCacheDistributedFieldsQueryFutureDistributed fields query future.Methods in org.apache.ignite.internal.processors.cache.query that return GridCacheDistributedQueryFuture Modifier and Type Method Description protected GridCacheDistributedQueryFuture<?,?,?>GridCacheDistributedQueryManager. getQueryFuture(long reqId)Gets query future from futures map.Methods in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheDistributedQueryFuture Modifier and Type Method Description voidGridCacheDistributedQueryManager. sendRequest(GridCacheDistributedQueryFuture<?,?,?> fut, GridCacheQueryRequest req, Collection<UUID> nodeIds)Sends query request.static GridCacheQueryRequestGridCacheQueryRequest. startQueryRequest(GridCacheContext<?,?> cctx, long reqId, GridCacheDistributedQueryFuture<?,?,?> fut)Send initial query request to specified nodes.
-