Package | Description |
---|---|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
TextQuery<K,V> |
TextQuery.setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
TextQuery<K,V> |
TextQuery.setPageSize(int pageSize)
Sets optional page size, if
0 , then default is used. |
TextQuery<K,V> |
TextQuery.setText(String txt)
Sets text search string.
|
TextQuery<K,V> |
TextQuery.setType(Class<?> type)
Sets type for query.
|
TextQuery<K,V> |
TextQuery.setType(String type)
Sets type for query.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019