Package | Description |
---|---|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
IndexQuery<K,V> |
IndexQuery.setCriteria(IndexQueryCriterion... criteria)
Sets conjunction (AND) criteria for index query.
|
IndexQuery<K,V> |
IndexQuery.setCriteria(List<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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023