Uses of Class
org.apache.ignite.internal.processors.cache.query.GridCacheQueryBean
-
Packages that use GridCacheQueryBean Package Description org.apache.ignite.internal.processors.cache.query -
-
Uses of GridCacheQueryBean in org.apache.ignite.internal.processors.cache.query
Fields in org.apache.ignite.internal.processors.cache.query declared as GridCacheQueryBean Modifier and Type Field Description protected GridCacheQueryBeanGridCacheQueryFutureAdapter. qryMethods in org.apache.ignite.internal.processors.cache.query that return GridCacheQueryBean Modifier and Type Method Description GridCacheQueryBeanGridCacheQueryFutureAdapter. query()Methods in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheQueryBean Modifier and Type Method Description CacheQueryFuture<?>GridCacheDistributedQueryManager. queryDistributed(GridCacheQueryBean qry, Collection<ClusterNode> nodes)Executes distributed query.abstract CacheQueryFuture<?>GridCacheQueryManager. queryDistributed(GridCacheQueryBean qry, Collection<ClusterNode> nodes)Executes distributed query.CacheQueryFuture<?>GridCacheDistributedQueryManager. queryFieldsDistributed(GridCacheQueryBean qry, Collection<ClusterNode> nodes)Executes distributed fields query.abstract CacheQueryFuture<?>GridCacheQueryManager. queryFieldsDistributed(GridCacheQueryBean qry, Collection<ClusterNode> nodes)Executes distributed fields query.CacheQueryFuture<?>GridCacheDistributedQueryManager. queryFieldsLocal(GridCacheQueryBean qry)Executes distributed fields query.abstract CacheQueryFuture<?>GridCacheQueryManager. queryFieldsLocal(GridCacheQueryBean qry)Executes distributed fields query.Constructors in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheQueryBean Constructor Description GridCacheDistributedFieldsQueryFuture(GridCacheContext<?,?> ctx, long reqId, GridCacheQueryBean qry, Collection<ClusterNode> nodes)GridCacheDistributedQueryFuture(GridCacheContext<K,V> ctx, long reqId, GridCacheQueryBean qry, Collection<ClusterNode> nodes)GridCacheLocalFieldsQueryFuture(GridCacheContext<?,?> ctx, GridCacheQueryBean qry)GridCacheLocalQueryFuture(GridCacheContext<K,V> ctx, GridCacheQueryBean qry)GridCacheQueryFutureAdapter(GridCacheContext<K,V> cctx, GridCacheQueryBean qry, boolean loc)
-