| 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.client |
Contains Ignite Thin Client API classes.
|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.query | |
| org.apache.ignite.internal.processors.odbc.odbc | |
| org.apache.ignite.internal.processors.platform.client.cache | |
| 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 |
BulkLoadContextCursor
A special FieldsQueryCursor subclass that is used as a sentinel to transfer data from bulk load
(COPY) command to the JDBC or other client-facing driver: the bulk load batch processor
and parameters to send to the client.
|
| Modifier and Type | Method and Description |
|---|---|
<R> QueryCursor<R> |
ClientCache.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> |
GatewayProtectedCacheProxy.query(Query<R> qry)
Queries cache.
|
<R> QueryCursor<R> |
IgniteCacheProxyImpl.query(Query<R> qry)
Queries cache.
|
<T,R> QueryCursor<R> |
GatewayProtectedCacheProxy.query(Query<T> qry,
IgniteClosure<T,R> transformer)
Queries the cache transforming the entries on the server nodes.
|
<T,R> QueryCursor<R> |
IgniteCacheProxyImpl.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 |
|---|---|
static long |
OdbcUtils.rowsAffected(QueryCursor<List<?>> qryCur)
Get affected rows for statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientCacheQueryContinuousHandle.setCursor(QueryCursor<?> cur)
Sets the cursor.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> QueryCursor<javax.cache.Cache.Entry<K,V>> |
GridQueryProcessor.querySql(GridCacheContext<?,?> cctx,
SqlQuery qry,
boolean keepBinary)
Execute distributed SQL query.
|
| Constructor and Description |
|---|
QueryKeyValueIterable(QueryCursor<List<?>> cur)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VisorQueryHolder.complete(QueryCursor cur,
long duration,
List<VisorQueryField> cols)
Complete query execution.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021