| Package | Description |
|---|---|
| org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
| 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.
|
| 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.
|
| 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 |
|---|---|
QueryCursor<List<?>> |
GridQueryProcessor.queryLocalFields(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry) |
QueryCursor<List<?>> |
GridQueryIndexing.queryTwoStep(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry)
Parses SQL query into two step query and executes it.
|
QueryCursor<List<?>> |
GridQueryProcessor.queryTwoStep(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry) |
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryIndexing.queryTwoStep(GridCacheContext<?,?> cctx,
SqlQuery qry)
Parses SQL query into two step query and executes it.
|
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryProcessor.queryTwoStep(GridCacheContext<?,?> cctx,
SqlQuery qry) |
| Constructor and Description |
|---|
VisorQueryCursor(QueryCursor<T> cur) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016