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.setLabel(@Nullable String label)
Sets query label.
|
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.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024