public final class SpiQuery<K,V> extends Query<javax.cache.Cache.Entry<K,V>>
IndexingSpi implementations.IgniteCache.query(Query),
Serialized FormDFLT_PAGE_SIZE| Constructor and Description |
|---|
SpiQuery() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs()
Gets SQL arguments.
|
SpiQuery<K,V> |
setArgs(Object... args)
Sets SQL arguments.
|
SqlQuery<K,V> |
setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
SqlQuery<K,V> |
setPageSize(int pageSize)
Sets optional page size, if
0, then default is used. |
String |
toString() |
getPageSize, isLocalpublic Object[] getArgs()
public SpiQuery<K,V> setArgs(Object... args)
args - SQL arguments.this For chaining.public SqlQuery<K,V> setPageSize(int pageSize)
0, then default is used.setPageSize in class Query<javax.cache.Cache.Entry<K,V>>pageSize - Optional page size.this for chaining.public SqlQuery<K,V> setLocal(boolean loc)
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016