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, preparepublic 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)
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025