| 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,
int limit,
boolean keepBinary)
Creates user's full text query, queried class, and query clause.
|
<T,R> CacheQuery<R> |
GridCacheQueryManager.createScanQuery(@Nullable IgniteBiPredicate<K,V> filter,
@Nullable IgniteClosure<T,R> trans,
@Nullable Integer part,
boolean keepBinary,
boolean forceLocal,
Boolean dataPageScanEnabled)
Creates user's predicate based scan query.
|
<R> CacheQuery<R> |
GridCacheQueryManager.createScanQuery(@Nullable IgniteBiPredicate<K,V> filter,
@Nullable Integer part,
boolean keepBinary,
Boolean dataPageScanEnabled)
Creates user's predicate based scan query.
|
<R> CacheQuery<R> |
GridCacheQueryManager.createSpiQuery(boolean keepBinary)
Query for
IndexingSpi. |
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.limit(int limit)
Sets limit of returned records.
|
CacheQuery<T> |
CacheQuery.limit(int limit)
Sets limit of returned records.
|
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 Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020