| 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 |
| 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<?>> |
GridCacheQueriesImpl.execute(String space,
GridCacheTwoStepQuery qry) |
QueryCursor<List<?>> |
GridCacheQueriesProxy.execute(String space,
GridCacheTwoStepQuery qry) |
QueryCursor<List<?>> |
GridCacheQueriesEx.execute(String space,
GridCacheTwoStepQuery qry) |
QueryCursor<List<?>> |
GridCacheQueriesEx.executeTwoStepQuery(String space,
String sqlQry,
Object... params) |
QueryCursor<List<?>> |
GridCacheQueriesImpl.executeTwoStepQuery(String space,
String sqlQry,
Object[] params) |
QueryCursor<List<?>> |
GridCacheQueriesProxy.executeTwoStepQuery(String space,
String sqlQry,
Object[] params) |
| Modifier and Type | Method and Description |
|---|---|
QueryCursor<List<?>> |
GridQueryProcessor.queryLocalFields(GridCacheContext<?,?> cctx,
SqlFieldsQuery qry) |
QueryCursor<List<?>> |
GridQueryIndexing.queryTwoStep(GridCacheContext<?,?> cctx,
GridCacheTwoStepQuery qry)
Runs two step query.
|
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) |
QueryCursor<List<?>> |
GridQueryProcessor.queryTwoStep(String space,
GridCacheTwoStepQuery qry) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015