Uses of Class
org.apache.ignite.cache.query.ScanQuery
-
Packages that use ScanQuery Package Description org.apache.ignite.cache.query Contains APIs for creating and executing cache queries. -
-
Uses of ScanQuery in org.apache.ignite.cache.query
Methods in org.apache.ignite.cache.query that return ScanQuery Modifier and Type Method Description ScanQuery<K,V>
ScanQuery. setFilter(@Nullable IgniteBiPredicate<K,V> filter)
Sets filter.ScanQuery<K,V>
ScanQuery. setLocal(boolean loc)
Sets whether this query should be executed on local node only.ScanQuery<K,V>
ScanQuery. setPageSize(int pageSize)
Sets optional page size, if0
, then default is used.ScanQuery<K,V>
ScanQuery. setPartition(@Nullable Integer part)
Sets partition number over which this query should iterate.
-