Package | Description |
---|---|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.between(String field,
Object lower,
Object upper)
Between.
|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.eq(String field,
Object val)
Equal To.
|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.gt(String field,
Object val)
Greater Than.
|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.gte(String field,
Object val)
Greater Than or Equal To.
|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.in(String field,
Collection<?> vals)
In.
|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.lt(String field,
Object val)
Less Than.
|
static IndexQueryCriterion |
IndexQueryCriteriaBuilder.lte(String field,
Object val)
Less Than or Equal To.
|
Modifier and Type | Method and Description |
---|---|
List<IndexQueryCriterion> |
IndexQuery.getCriteria()
Index query criteria.
|
Modifier and Type | Method and Description |
---|---|
IndexQuery<K,V> |
IndexQuery.setCriteria(IndexQueryCriterion... criteria)
Sets conjunction (AND) criteria for index query.
|
Modifier and Type | Method and Description |
---|---|
IndexQuery<K,V> |
IndexQuery.setCriteria(List<IndexQueryCriterion> criteria)
Sets conjunction (AND) criteria for index query.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024