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.springdata.proxy |
Contains classes that provide client-independent access to the Ignite operations required by Spring Data.
|
org.apache.ignite.springdata22.repository.query |
Package includes classes that integrates with Apache Ignite SQL engine.
|
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(ContinuousQuery<K,V> qry,
ClientDisconnectListener disconnectListener)
Start
ContinuousQuery on the cache. |
<R> QueryCursor<R> |
ClientCache.query(Query<R> qry)
Queries cache.
|
Modifier and Type | Method and Description |
---|---|
<R> QueryCursor<R> |
IgniteCacheProxy.query(Query<R> qry)
Execute SQL query and get cursor to iterate over results.
|
<R> QueryCursor<R> |
IgniteCacheClientProxy.query(Query<R> qry)
Execute SQL query and get cursor to iterate over results.
|
<R> QueryCursor<R> |
IgniteCacheProxyImpl.query(Query<R> qry)
Execute SQL query and get cursor to iterate over results.
|
Modifier and Type | Class and Description |
---|---|
static class |
IgniteRepositoryQuery.QueryCursorWrapper<T,V>
Ignite QueryCursor wrapper.
|
Constructor and Description |
---|
QueryCursorWrapper(QueryCursor<T> delegate,
Function<T,V> transformer)
Instantiates a new Query cursor wrapper.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024