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.
|
SpiQuery<K,V> |
setLocal(boolean loc)
Sets whether this query should be executed on local node only.
|
SpiQuery<K,V> |
setPageSize(int pageSize)
Sets optional page size, if
0 , then default is used. |
String |
toString() |
getPageSize, isLocal, prepare
public Object[] getArgs()
public SpiQuery<K,V> setArgs(Object... args)
args
- SQL arguments.this
For chaining.public SpiQuery<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 SpiQuery<K,V> setLocal(boolean loc)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019