Package | Description |
---|---|
org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
Modifier and Type | Method and Description |
---|---|
SqlQuery<K,V> |
SqlQuery.setArgs(Object... args)
Sets SQL arguments.
|
SqlQuery<K,V> |
SqlQuery.setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
SqlQuery<K,V> |
SpiQuery.setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
SqlQuery<K,V> |
SqlQuery.setPageSize(int pageSize)
Sets optional page size, if
0 , then default is used. |
SqlQuery<K,V> |
SpiQuery.setPageSize(int pageSize)
Sets optional page size, if
0 , then default is used. |
SqlQuery<K,V> |
SqlQuery.setSql(String sql)
Sets SQL clause.
|
SqlQuery |
SqlQuery.setType(Class<?> type) |
SqlQuery<K,V> |
SqlQuery.setType(String type)
Sets type for query.
|
Follow @ApacheIgnite
Apache Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015