| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.query |
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheQueryAdapter<T>
Query adapter.
|
| Modifier and Type | Method and Description |
|---|---|
CacheQuery<Map.Entry<K,V>> |
GridCacheQueryManager.createFullTextQuery(String clsName,
String search,
boolean keepPortable)
Creates user's full text query, queried class, and query clause.
|
CacheQuery<Map.Entry<K,V>> |
GridCacheQueryManager.createScanQuery(IgniteBiPredicate<K,V> filter,
Integer part,
boolean keepPortable)
Creates user's predicate based scan query.
|
<R> CacheQuery<R> |
GridCacheQueryManager.createSpiQuery(boolean keepPortable)
Query for
IndexingSpi. |
CacheQuery<List<?>> |
GridCacheQueryManager.createSqlFieldsQuery(String qry,
boolean keepPortable)
Creates user's SQL fields query for given clause.
|
CacheQuery<T> |
GridCacheQueryAdapter.enableDedup(boolean dedup)
Sets whether or not to deduplicate query result set.
|
CacheQuery<T> |
CacheQuery.enableDedup(boolean dedup)
Sets whether or not to deduplicate query result set.
|
CacheQuery<T> |
GridCacheQueryAdapter.includeBackups(boolean incBackups)
Sets whether or not to include backup entries into query result.
|
CacheQuery<T> |
CacheQuery.includeBackups(boolean incBackups)
Sets whether or not to include backup entries into query result.
|
CacheQuery<T> |
GridCacheQueryAdapter.keepAll(boolean keepAll)
Sets whether or not to keep all query results local.
|
CacheQuery<T> |
CacheQuery.keepAll(boolean keepAll)
Sets whether or not to keep all query results local.
|
CacheQuery<T> |
GridCacheQueryAdapter.pageSize(int pageSize)
Sets result page size.
|
CacheQuery<T> |
CacheQuery.pageSize(int pageSize)
Sets result page size.
|
CacheQuery<T> |
GridCacheQueryAdapter.projection(ClusterGroup prj)
Sets optional grid projection to execute this query on.
|
CacheQuery<T> |
CacheQuery.projection(ClusterGroup prj)
Sets optional grid projection to execute this query on.
|
CacheQuery<T> |
GridCacheQueryAdapter.timeout(long timeout)
Sets query timeout.
|
CacheQuery<T> |
CacheQuery.timeout(long timeout)
Sets query timeout.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015