Uses of Class
org.apache.ignite.cache.query.SpiQuery
- 
Packages that use SpiQuery Package Description org.apache.ignite.cache.query Contains APIs for creating and executing cache queries.
- 
- 
Uses of SpiQuery in org.apache.ignite.cache.queryMethods in org.apache.ignite.cache.query that return SpiQuery Modifier and Type Method Description SpiQuery<K,V>SpiQuery. setArgs(Object... args)Deprecated.Sets SQL arguments.SpiQuery<K,V>SpiQuery. setLocal(boolean loc)Deprecated.Sets whether this query should be executed on local node only.SpiQuery<K,V>SpiQuery. setPageSize(int pageSize)Deprecated.Sets optional page size, if0, then default is used.
 
-