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.
|
Modifier and Type | Method and Description |
---|---|
FieldsQueryCursor<List<?>> |
IgniteCache.query(SqlFieldsQuery qry)
Queries cache.
|
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 |
---|---|
FieldsQueryCursor<List<?>> |
IgniteClient.query(SqlFieldsQuery qry)
Execute SQL query and get cursor to iterate over results.
|
FieldsQueryCursor<List<?>> |
ClientCache.query(SqlFieldsQuery qry)
Convenience method to execute
SqlFieldsQuery . |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024