Uses of Class
org.apache.ignite.cache.query.IndexQuery
-
Packages that use IndexQuery Package Description org.apache.ignite.cache.query Contains APIs for creating and executing cache queries.org.apache.ignite.internal.processors.cache.query -
-
Uses of IndexQuery in org.apache.ignite.cache.query
Methods in org.apache.ignite.cache.query that return IndexQuery Modifier and Type Method Description IndexQuery<K,V>IndexQuery. setCriteria(List<IndexQueryCriterion> criteria)Sets conjunction (AND) criteria for index query.IndexQuery<K,V>IndexQuery. setCriteria(IndexQueryCriterion... criteria)Sets conjunction (AND) criteria for index query.IndexQuery<K,V>IndexQuery. setFilter(IgniteBiPredicate<K,V> filter)Sets remote cache entries filter.IndexQuery<K,V>IndexQuery. setLimit(int limit)Sets limit to response records count.IndexQuery<K,V>IndexQuery. setPartition(@Nullable Integer part)Sets partition number over which this query should iterate. -
Uses of IndexQuery in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query with parameters of type IndexQuery Modifier and Type Method Description <R> CacheQuery<R>GridCacheQueryManager. createIndexQuery(IndexQuery qry, boolean keepBinary)Creates index query.
-