| Package | Description |
|---|---|
| org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
| org.apache.ignite.internal.processors.query |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> Iterator<javax.cache.Cache.Entry<K,V>> |
GridQueryProcessor.queryLocal(GridCacheContext<?,?> cctx,
SqlQuery qry) |
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryProcessor.queryTwoStep(GridCacheContext<?,?> cctx,
SqlQuery qry) |
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryIndexing.queryTwoStep(GridCacheContext<?,?> cctx,
SqlQuery qry)
Parses SQL query into two step query and executes it.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.2.0-incubating Release Date : June 16 2015