| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| org.apache.ignite.cache.query |
Contains APIs for creating and executing cache queries.
|
| org.apache.ignite.internal.processors.cache | |
| org.apache.ignite.internal.processors.cache.query | |
| org.apache.ignite.internal.processors.query | |
| org.apache.ignite.internal.visor.query |
| Modifier and Type | Method and Description |
|---|---|
<R> QueryCursor<R> |
IgniteCache.query(Query<R> qry)
Queries cache.
|
<T,R> QueryCursor<R> |
IgniteCache.query(Query<T> qry,
IgniteClosure<T,R> transformer)
Queries the cache transforming the entries on the server nodes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldsQueryCursor<T>
SQL query result cursor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryCursorImpl<T>
Query cursor implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<R> QueryCursor<R> |
IgniteCacheProxy.query(Query<R> qry)
Queries cache.
|
<T,R> QueryCursor<R> |
IgniteCacheProxy.query(Query<T> qry,
IgniteClosure<T,R> transformer)
Queries the cache transforming the entries on the server nodes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryCursorEx<T>
Extended query cursor interface allowing for "getAll" to output data into destination other than Collection.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryIndexing.queryDistributedSql(String schemaName,
SqlQuery qry,
boolean keepBinary,
int mainCacheId)
Parses SQL query into two step query and executes it.
|
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryIndexing.queryLocalSql(String schemaName,
SqlQuery qry,
IndexingQueryFilter filter,
boolean keepBinary)
Executes regular query.
|
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryProcessor.querySql(GridCacheContext<?,?> cctx,
SqlQuery qry,
boolean keepBinary)
Execute distributed SQL query.
|
| Constructor and Description |
|---|
VisorQueryCursor(QueryCursor<T> cur) |
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017